{ "name": "classcharts-api", "version": "0.1.0", "description": "", "repository": { "url": "https://github.com/jamesatjaminit/classcharts-api" }, "main": "./dist/index.js", "scripts": { "prepare": "npm run build", "build": "tsc", "generateDocs": "pnpm typedoc --entryPointStrategy expand ./src", "test": "echo TEST" }, "author": "", "license": "ISC", "dependencies": { "undici": "^4.11.3" }, "files": [ "dist/**" ], "devDependencies": { "@types/node": "^16.11.12", "dotenv": "^10.0.0", "typedoc": "^0.22.10", "typescript": "^4.5.3" }, "types": "./dist/index.d.ts" }