1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00
classcharts-api-js/package.json

30 lines
644 B
JSON
Raw Normal View History

2021-10-28 16:51:07 +01:00
{
2021-12-12 14:19:24 +00:00
"name": "classcharts-api",
"version": "0.0.10",
"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",
2021-12-12 14:36:47 +00:00
"test": "echo TEST"
2021-12-12 14:19:24 +00:00
},
"author": "",
"license": "ISC",
"dependencies": {
"undici": "^4.11.3"
},
"files": [
2021-12-12 14:33:32 +00:00
"dist/**"
2021-12-12 14:19:24 +00:00
],
"devDependencies": {
"@types/node": "^16.11.12",
"dotenv": "^10.0.0",
"typedoc": "^0.22.10",
"typescript": "^4.5.3"
},
"types": "./dist/index.d.ts"
}