{ "name": "classcharts-api", "version": "1.5.1", "description": "A javascript wrapper for getting information from the Classcharts API", "keywords": [ "node", "typescript", "classcharts", "class charts" ], "bugs": { "url": "https://github.com/classchartsapi/js/issues" }, "repository": { "type": "git", "url": "https://github.com/classchartsapi/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": "^0.27.2" }, "files": [ "dist/**" ], "devDependencies": { "@types/jest": "^28.1.6", "@types/node": "^16", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", "eslint": "^8.20.0", "eslint-config-prettier": "^8.5.0", "jest": "^28.1.3", "jest-extended": "^3.0.1", "prettier": "^2.7.1", "ts-jest": "^28.0.7", "typedoc": "^0.23.8", "typescript": "^4.7.4" }, "types": "./dist/index.d.ts", "volta": { "node": "16.14.2" } }