{
"name": "stats-calculator",
"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",
"rimraf": "^3.0.2"
}
}