{ "name": "classcharts-api", "version": "1.5.2", "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": "^0.27.2" }, "files": [ "dist/**" ], "devDependencies": { "@types/jest": "^29.0.3", "@types/node": "^16", "@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/parser": "^5.37.0", "eslint": "^8.23.1", "eslint-config-prettier": "^8.5.0", "jest": "^29.0.3", "jest-extended": "^3.1.0", "prettier": "^2.7.1", "ts-jest": "^29.0.1", "typedoc": "^0.23.14", "typescript": "^4.8.3" }, "types": "./dist/index.d.ts", "volta": { "node": "16.14.2" } }