• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "stats-calculator",
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    "rimraf": "^3.0.2"
15  }
16}
17