{ "name": "classcharts-api", "version": "0.0.8", "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" }, "author": "", "license": "ISC", "dependencies": { "undici": "^4.10.3" }, "files": [ "dist/**", "types.d.ts" ], "devDependencies": { "@types/node": "^16.11.10", "typedoc": "^0.22.9", "typescript": "^4.5.2" }, "types": "./dist/index.d.ts" }