{ "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": { "build": "npm test && tsc", "test": "mocha -r ts-node/register ./tests/**/*.spec.ts" }, "author": "Stevan Freeborn", "license": "MIT", "devDependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", "chai": "^4.3.7", "mocha": "^10.2.0", "ts-node": "^10.9.1", "typescript": "^4.9.4" }, "dependencies": { "axios": "^1.2.4" } }