nodejs-connected-drive
Version:
NodeJS client for BMW Connected Drive
67 lines (66 loc) • 1.96 kB
JSON
{
"name": "nodejs-connected-drive",
"version": "3.1.1",
"description": "NodeJS client for BMW Connected Drive",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Jørgen Grimnes",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jorgenkg/nodejs-connected-drive.git"
},
"scripts": {
"prepare": "npx husky install && npx patch-package",
"test": "npx tape --enable-source-maps --unhandled-rejections=strict dist/test/integration/*.js",
"dist": "rm -rf dist/ && npx tsc --build tsconfig.prod.json && rm dist/lib/@types/*.js",
"release": "npm run dist && npx standard-version -a",
"generate-docs": "npx typedoc --excludePrivate --hideGenerator --includeVersion --readme ./README.md --out docs index.ts lib"
},
"dependencies": {
"debug": "^4.3.2",
"got": "^11.8.2"
},
"devDependencies": {
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@koa/router": "10.1.1",
"@sinonjs/fake-timers": "9.1.1",
"@types/debug": "4.1.7",
"@types/got": "9.6.12",
"@types/koa": "2.13.4",
"@types/koa__router": "8.0.11",
"@types/koa-bodyparser": "4.3.7",
"@types/node": "16.11.26",
"@types/sinonjs__fake-timers": "8.1.2",
"@types/tape": "4.13.2",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"changelog-parser": "2.8.1",
"eslint": "8.12.0",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"husky": "7.0.4",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"patch-package": "6.4.7",
"standard-version": "9.3.2",
"tape": "5.5.2",
"typedoc": "0.22.13",
"typescript": "4.6.3"
},
"keywords": [
"bmwconnecteddrive",
"bmw connected drive",
"connected drive",
"connecteddrive",
"bmw"
],
"engines": {
"node": ">=12.0"
},
"files": [
"dist/lib",
"dist/index*"
]
}