UNPKG

tesla-specifications

Version:

Detailed technical information related to Tesla vehicles.

99 lines (98 loc) 2.54 kB
{ "name": "tesla-specifications", "description": "Detailed technical information related to Tesla vehicles.", "homepage": "https://github.com/teslahunt/tesla-specifications", "version": "2.1.5", "main": "src/index.js", "author": { "email": "hello@teslahunt.io", "name": "Tesla Hunt", "url": "https://teslahunt.io" }, "contributors": [ { "name": "Kiko", "email": "josefrancisco.verdu@gmail.com" } ], "repository": { "type": "git", "url": "git+https://github.com/teslahunt/tesla-specifications.git" }, "bugs": { "url": "https://github.com/teslahunt/tesla-specifications/issues" }, "keywords": [ "spec", "tesla" ], "devDependencies": { "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", "ava": "latest", "browserless": "latest", "c8": "latest", "ci-publish": "latest", "debug-logfmt": "latest", "finepack": "latest", "git-authors-cli": "latest", "github-generate-release": "latest", "lodash": "latest", "nano-staged": "latest", "parse-num": "latest", "puppeteer": "latest", "signal-exit": "latest", "simple-git-hooks": "latest", "standard": "latest", "standard-markdown": "latest", "standard-version": "latest", "tesla-inventory": "latest" }, "engines": { "node": ">= 14" }, "files": [ "src" ], "scripts": { "clean": "rm -rf node_modules", "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", "coverage": "c8 report --reporter=text-lcov > coverage/lcov.info", "lint": "standard-markdown README.md && standard", "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", "pretest": "npm run lint", "release": "standard-version -a", "release:github": "github-generate-release", "release:tags": "git push --follow-tags origin HEAD:master", "test": "c8 ava" }, "license": "MIT", "commitlint": { "extends": [ "@commitlint/config-conventional" ], "rules": { "body-max-line-length": [ 0 ] } }, "nano-staged": { "*.js": [ "standard --fix" ], "*.md": [ "standard-markdown" ], "package.json": [ "finepack" ] }, "pnpm": { "neverBuiltDependencies": [] }, "simple-git-hooks": { "commit-msg": "npx commitlint --edit", "pre-commit": "npx nano-staged" } }