UNPKG

vw-services-client

Version:

Partial port of https://github.com/robinostlund/volkswagencarnet for node

45 lines (44 loc) 1.17 kB
{ "name": "vw-services-client", "version": "0.0.2", "description": "Partial port of https://github.com/robinostlund/volkswagencarnet for node", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "keywords": [ "vw", "volkswagen" ], "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git://github.com/watchforstock/vw-client.git" }, "author": "watchforstock", "license": "Apache-2.0", "dependencies": { "fetch-cookie": "^0.10.1", "jssoup": "0.0.11", "node-fetch": "^2.6.0" }, "devDependencies": { "@types/node-fetch": "^2.5.7", "prettier": "^1.15.3", "ts-node": "^7.0.1", "tslint": "^5.12.1", "tslint-config-prettier": "^1.17.0", "typescript": "^3.2.2" } }