UNPKG

shipengine-json-schema

Version:
48 lines (47 loc) 1.03 kB
{ "name": "shipengine-json-schema", "version": "1.7.1", "description": "The official JSON Schemas for ShipEngine™", "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/ShipEngine/shipengine-json-schema.git" }, "keywords": [ "shipengine", "api", "json", "swagger", "schema" ], "files": [ "requests", "responses", "lib", "index.json" ], "scripts": { "lint": "tslint -p tsconfig.json", "build": "tsc", "test": "mocha", "start": "npm run build && npm run lint && npm run test" }, "author": { "name": "ShipEngine", "email": "support@shipengine.com", "url": "https://shipengine.com" }, "license": "MIT", "devDependencies": { "@types/chai": "^4.2.5", "@types/json-schema": "^7.0.3", "@types/mocha": "^5.2.7", "@types/node": "^10.17.5", "ajv": "^6.10.2", "chai": "^4.2.0", "mocha": "^5.2.0", "ts-node": "^8.5.2", "tslint": "^5.20.1", "typescript": "^3.7.2" } }