pkk
Version:
JavaScript Client for Public Cadastral Map (pkk5.rosreestr.ru)
86 lines (85 loc) • 2.29 kB
JSON
{
"name": "pkk",
"version": "0.2.1",
"description": "JavaScript Client for Public Cadastral Map (pkk5.rosreestr.ru)",
"author": "Stepan Kuzmin <to.stepan.kuzmin@gmail.com> (stepankuzmin.com)",
"license": "BSD-2-Clause",
"homepage": "https://github.com/stepankuzmin/pkk.js#readme",
"bugs": {
"url": "https://github.com/stepankuzmin/pkk.js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stepankuzmin/pkk.js.git"
},
"main": "dist/pkk.cjs.js",
"module": "dist/pkk.esm.js",
"files": [
"dist"
],
"scripts": {
"cz": "git-cz",
"lint": "eslint src",
"doc": "npm run doc:gen && npm run doc:api && npm run doc:site",
"doc:gen": "babel-node src/docgen.js",
"doc:api": "documentation readme src/index.js --section=API",
"doc:site": "documentation build src/index.js -f html -o docs",
"test": "jest",
"build": "rollup --config",
"deploy": "gh-pages -d docs",
"release": "npm run build && npm run doc && standard-version",
"postpublish": "npm run doc && npm run deploy"
},
"dependencies": {
"axios": "0.19.0",
"node-polyglot": "2.4.0"
},
"devDependencies": {
"@babel/core": "7.6.0",
"@babel/node": "7.6.1",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/preset-env": "7.6.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"commitizen": "4.0.3",
"cz-conventional-changelog": "3.0.2",
"documentation": "12.1.2",
"eslint": "6.4.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.18.2",
"gh-pages": "2.1.1",
"husky": "3.0.5",
"jest": "24.9.0",
"lint-staged": "9.2.5",
"rollup": "1.21.2",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-terser": "5.1.2",
"standard-version": "7.0.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"jest --bail --findRelatedTests",
"git add"
]
},
"keywords": [
"rosreestr",
"cadastre",
"pkk",
"pkk5"
]
}