@janitza/gridvis-client
Version:
A library to access all GridVis data
65 lines (64 loc) • 1.7 kB
JSON
{
"name": "@janitza/gridvis-client",
"version": "1.0.14",
"description": "A library to access all GridVis data",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A lib",
"postversion": "git push && git push --tags",
"build": "tsc",
"format": "prettier --write \"lib/**/*.ts\" \"lib/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"test": "jest --coverage --config jestconfig.json",
"coveralls": "jest --config jestconfig.json --coverage --coverageReporters=text-lcov | coveralls"
},
"author": "christian.stolz@janitza.de",
"license": "MIT",
"dependencies": {
"axios": "^0.18.1",
"commander": "^2.20.0"
},
"files": [
"dist"
],
"directories": {
"lib": "dist"
},
"bin": {
"gridvis-client": "./dist/cli.js"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^11.13.20",
"coveralls": "^3.0.6",
"jest": "^24.9.0",
"jest-junit": "^6.4.0",
"jest-sonar-reporter": "^2.0.0",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.2"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/janitza/gridvis-client.git"
},
"keywords": [
"janitza",
"GridVis",
"nodejs",
"typescript"
],
"bugs": {
"url": "https://bitbucket.org/janitza/gridvis-client/issues"
},
"homepage": "https://bitbucket.org/janitza/gridvis-client/"
}