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:
parent
741b78039b
commit
b537dbdf26
1 changed files with 8 additions and 3 deletions
11
package.json
11
package.json
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue