Repository URL to install this package:
|
Version:
0.1.18 ▾
|
@fbinhouse/volvia-lv-api-client
/
package.json
|
|---|
{
"name": "@fbinhouse/volvia-lv-api-client",
"version": "0.1.18",
"description": "Client for the Volvia LV Api",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -c tslint.json -e '**/*.scss.d.ts' 'src/**/*.ts?(x)'",
"build": "npm run lint && tsc",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/fbinhouse/volvia-lv-api-client.git"
},
"publishConfig": {
"registry": "https://npm.fury.io/fbinhouse/"
},
"author": "Max Bolotin",
"license": "ISC",
"homepage": "https://bitbucket.org/fbinhouse/volvia-lv-api-client#readme",
"dependencies": {
"iconv-lite": "^0.4.23",
"node-fetch": "^2.1.2",
"qs": "^6.5.1"
},
"devDependencies": {
"@types/iconv-lite": "0.0.1",
"@types/node-fetch": "^2.1.1",
"@types/qs": "^6.5.1",
"tslint": "^5.8.0",
"typescript": "^2.6.2"
}
}