UNPKG

is-ogrn

Version:

The OGRN verification algorithm

50 lines (49 loc) 1.47 kB
{ "name": "is-ogrn", "version": "1.1.2", "description": "The OGRN verification algorithm", "author": "Rik Git <r.git@lenta.ru>", "scripts": { "build": "BABEL_ENV=production babel src --ignore spec --out-dir lib", "watch": "BABEL_ENV=production babel src --ignore spec --out-dir lib -w", "postbuild": "npm run cp:meta", "cp:meta": "copyfiles package.json README.md LICENSE lib", "lint": "eslint . --ignore-pattern lib", "precommit": "npm run check", "preversion": "npm run check", "postversion": "npm run build && git push --follow-tags && npm publish lib", "check": "npm run lint && npm test", "test": "BABEL_ENV=test jest" }, "main": "index", "keywords": [ "ogrn" ], "repository": { "type": "git", "url": "https://github.com/RikoGit/is-ogrn" }, "license": "MIT", "dependencies": { "is-positive-integer": "^1.1.1" }, "devDependencies": { "and": "0.0.3", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "copyfiles": "^2.1.0", "eslint": "^5.6.1", "eslint-config-airbnb": "^17.1.0", "eslint-config-defaults": "^9.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.11.1", "husky": "^1.1.0", "jest": "^23.6.0", "regenerator-runtime": "^0.12.1" } }