mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-11 18:59:05 +00:00
37 lines
854 B
JSON
37 lines
854 B
JSON
{
|
|
"name": "classcharts-api",
|
|
"version": "0.2.2",
|
|
"description": "",
|
|
"repository": {
|
|
"url": "https://github.com/jamesatjaminit/classcharts-api"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"generateDocs": "pnpm typedoc --entryPointStrategy expand ./src",
|
|
"test": "echo do tests",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"undici": "^4.13.0"
|
|
},
|
|
"files": [
|
|
"dist/**"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.13",
|
|
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
|
"@typescript-eslint/parser": "^5.10.2",
|
|
"eslint": "^8.8.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"prettier": "^2.5.1",
|
|
"typedoc": "^0.22.11",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"volta": {
|
|
"node": "16.13.2"
|
|
}
|
|
}
|