mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
29 lines
No EOL
571 B
JSON
29 lines
No EOL
571 B
JSON
{
|
|
"name": "classcharts-api",
|
|
"version": "0.0.6",
|
|
"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.9.2"
|
|
},
|
|
"files": [
|
|
"dist/**",
|
|
"types.d.ts"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"typedoc": "^0.22.7",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"types": "./dist/index.d.ts"
|
|
} |