UNPKG

mot-js-sdk

Version:

A TypeScript SDK for the MOT History API.

59 lines (58 loc) 1.35 kB
{ "name": "mot-js-sdk", "version": "1.0.4", "description": "A TypeScript SDK for the MOT History API.", "main": "dist/mot-js-sdk.js", "types": "dist/mot-js-sdk.d.ts", "scripts": { "build": "tsc", "clean": "rimraf dist", "prebuild": "npm run clean", "test": "jest", "lint": "eslint . --ext .ts", "prepare": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/0xnu/mot-js-sdk.git" }, "keywords": [ "mot", "mot-history", "government", "govuk", "dft", "dvsa-mot-api", "transport", "transportation", "autonomous-vehicles", "sdk", "javascript", "typescript" ], "author": "Finbarrs Oketunji <f@finbarrs.eu>", "license": "MIT", "dependencies": { "axios": "^1.5.0", "qs": "^6.11.2" }, "devDependencies": { "@types/chai": "^4.3.6", "@types/jest": "^29.5.5", "@types/mocha": "^10.0.8", "@types/nock": "^11.1.0", "@types/node": "^20.6.3", "@types/qs": "^6.9.8", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "eslint": "^8.49.0", "jest": "^29.7.0", "nock": "^13.3.3", "rimraf": "^5.0.10", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" } }