@mihaiblaga89/bmw-connecteddrive-api
Version:
BMW ConnectedDrive API JS implementation
70 lines (69 loc) • 2.06 kB
JSON
{
"name": "@mihaiblaga89/bmw-connecteddrive-api",
"version": "0.5.4",
"description": "BMW ConnectedDrive API JS implementation",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "rollup -c",
"watch": "npx babel src --watch --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mihaiblaga89/bmw-connecteddrive-api.git"
},
"files": [
"/dist"
],
"keywords": [
"bmw",
"connecteddrive",
"api",
"bmw-connecteddrive"
],
"author": "Mihai Blaga <mihaiblaga89@gmail.com> (https://www.mihaiblaga.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mihaiblaga89/bmw-connecteddrive-api/issues"
},
"homepage": "https://github.com/mihaiblaga89/bmw-connecteddrive-api#readme",
"dependencies": {
"axios": "0.19.0-beta.1",
"axios-retry": "^3.1.2",
"moment": "^2.24.0",
"querystring": "^0.2.0"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-polyfill": "^6.26.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.8.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-mock-axios": "^3.2.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"rollup": "^1.27.14",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.3"
},
"jest": {
"collectCoverage": true,
"setupFiles": [
"<rootDir>/jest.init.js"
]
},
"husky": {
"hooks": {
"pre-commit": "yarn test && docma && git add -A && pretty-quick --staged"
}
}
}