{ "name": "classcharts-api", "version": "1.5.3", "description": "A javascript wrapper for getting information from the Classcharts API", "keywords": [ "node", "typescript", "classcharts", "class charts" ], "bugs": { "url": "https://github.com/classchartsapi/classcharts-api-js/issues" }, "repository": { "type": "git", "url": "https://github.com/classchartsapi/classcharts-api-js.git" }, "main": "./dist/index.js", "scripts": { "build": "tsc", "generateDocs": "typedoc --entryPointStrategy expand ./src", "test": "jest", "prepublishOnly": "pnpm run build" }, "author": "James Cook", "license": "ISC", "dependencies": { "axios": "^1.2.0" }, "files": [ "dist/**" ], "devDependencies": { "@types/jest": "^29.2.3", "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "jest": "^29.3.1", "jest-extended": "^3.2.0", "prettier": "^2.8.0", "ts-jest": "^29.0.3", "typedoc": "^0.23.21", "typescript": "^4.9.3" }, "types": "./dist/index.d.ts", "volta": { "node": "18.12.1" } }