1{
2  "name": "cookbook-convertor",
3  "version": "1.0.0",
4  "private": true,
5  "license": "Apache-2.0",
6  "scripts": {
7    "tsc": "tsc",
8    "clean": "rimraf build",
9    "build": "npm run clean && npm run tsc",
10    "postinstall": "npm run build"
11  },
12  "devDependencies": {
13    "@types/node": "18.11.7",
14    "typescript": "4.8.4",
15    "rimraf": "^3.0.2"
16  }
17}
18