UNPKG

@hg8496/gridvis-client

Version:

A library to access all GridVis data

71 lines (70 loc) 1.82 kB
{ "name": "@hg8496/gridvis-client", "version": "1.3.7", "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 build && 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": "hg8496@cstolz.de", "license": "MIT", "dependencies": { "axios": "^0.19.2", "commander": "^4.1.1", "qs": "^6.9.4" }, "files": [ "dist" ], "directories": { "lib": "dist" }, "bin": { "gridvis-client": "./dist/cli.js" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/jest": "^26.0.4", "@types/node": "^14.0.22", "@types/qs": "^6.9.3", "coveralls": "^3.1.0", "husky": "^4.2.5", "jest": "^26.1.0", "prettier": "^1.19.1", "ts-jest": "^26.1.1", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "typescript": "^3.9.6" }, "repository": { "type": "git", "url": "git+https://github.com/hg8496/gridvis-client.git" }, "keywords": [ "janitza", "GridVis", "nodejs", "typescript" ], "bugs": { "url": "https://github.com/hg8496/gridvis-client/issues" }, "homepage": "https://github.com/hg8496/gridvis-client#readme", "husky": { "hooks": { "pre-commit": "npm run build && npm test && npm run lint && npm run format" } } }