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

23 lines
495 B
JSON
Raw Normal View History

2021-10-28 16:51:07 +01:00
{
"name": "classcharts-api",
"version": "0.0.1",
"description": "",
"repository": {
2021-10-28 17:14:16 +01:00
"url": "https://github.com/jamesatjaminit/classcharts-api"
2021-10-28 16:51:07 +01:00
},
2021-10-28 17:14:16 +01:00
"main": "./index.js",
2021-10-28 16:51:07 +01:00
"scripts": {
2021-10-28 17:14:16 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npx tsc && node dist/release.js"
2021-10-28 16:51:07 +01:00
},
"author": "",
"license": "ISC",
"dependencies": {
"undici": "^4.9.1"
},
"devDependencies": {
"@types/node": "^16.11.6",
"typescript": "^4.4.4"
},
"types": "./types/index.d.ts"
}