{ "name": "onspring-api-sdk", "version": "1.0.0", "description": "A javascript SDK for interacting with version 2 of the Onspring API.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "format": "npx prettier --write .", "build": "npm run tests && tsc", "tests": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts", "test": "mocha -r ts-node/register", "test-coverage": "nyc npm run tests", "prepare": "husky install" }, "author": "Stevan Freeborn", "license": "MIT", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", "@types/sinon": "^10.0.13", "chai": "^4.3.7", "husky": "^8.0.3", "mocha": "^10.2.0", "nyc": "^15.1.0", "prettier": "^2.8.3", "pretty-quick": "^3.1.3", "sinon": "^15.0.1", "ts-node": "^10.9.1", "typescript": "^4.9.4" }, "dependencies": { "axios": "^1.2.4" } }