1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00
classcharts-api-js/package.json
James Cook 0f21e7d744 1.1.0
2022-03-24 19:03:53 +00:00

41 lines
962 B
JSON

{
"name": "classcharts-api",
"version": "1.1.0",
"description": "",
"repository": {
"url": "https://github.com/jamesatjaminit/classcharts-api"
},
"main": "./dist/index.js",
"scripts": {
"build": "tsc && webpack",
"generateDocs": "npx typedoc --entryPointStrategy expand ./src",
"test": "echo do tests",
"prepublishOnly": "npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1"
},
"files": [
"dist/**",
"build/**"
],
"devDependencies": {
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.5.1",
"ts-loader": "^9.2.8",
"typedoc": "^0.22.13",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"types": "./dist/index.d.ts",
"volta": {
"node": "16.14.2"
}
}