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