{ "name": "cookbook-convertor", "version": "1.0.0", "private": true, "license": "Apache-2.0", "scripts": { "tsc": "tsc", "clean": "rimraf build", "build": "npm run clean && npm run tsc", "postinstall": "npm run build" }, "devDependencies": { "@types/node": "18.11.7", "typescript": "4.8.4", "rimraf": "^3.0.2" } }