1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

chore: update package.json

This commit is contained in:
James Cook 2022-04-10 12:25:43 +01:00
parent 741b78039b
commit b537dbdf26

View file

@ -1,10 +1,15 @@
{
"name": "classcharts-api",
"version": "1.2.0",
"description": "",
"description": "A javascript wrapper for getting information from the Classcharts API",
"keywords": ["node", "typescript", "classcharts", "class charts"],
"type": "module",
"bugs": {
"url": "https://github.com/Classcharts-API/js/issues"
},
"repository": {
"url": "https://github.com/jamesatjaminit/classcharts-api"
"type": "git",
"url": "https://github.com/Classcharts-API/js.git"
},
"main": "./dist/index.js",
"scripts": {
@ -13,7 +18,7 @@
"test": "jest",
"prepublishOnly": "npm run build"
},
"author": "",
"author": "James Cook",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1"