UNPKG

indian-states

Version:
106 lines 2.39 kB
{ "name": "indian-states", "version": "0.1.2", "description": "For all Indian States UT and Capitals", "main": "dist/index.js", "scripts": { "prebuild": "rimraf dist", "build": "npm-run-all --parallel build:*", "build:main": "babel --copy-files --out-dir dist --ignore *.test.js src", "build:umd": "webpack", "lint": "eslint src", "watch:test": "mocha --watch", "report-coverage": "cat ./coverage/lcov.info | codecov", "test": "NODE_ENV=test nyc mocha src/index.test.js", "validate": "npm-run-all --parallel test lint build" }, "devDependencies": { "@babel/cli": "7.15.7", "@babel/core": "7.15.8", "@babel/preset-env": "7.15.8", "@babel/register": "7.15.3", "babel-loader": "8.2.3", "babel-plugin-istanbul": "6.1.1", "chai": "4.3.4", "codecov": "3.8.3", "cson-loader": "0.1.0", "eslint": "8.1.0", "istanbul": "0.4.5", "json-loader": "0.5.7", "mocha": "9.0.3", "npm-run-all": "4.1.5", "nyc": "15.1.0", "rimraf": "3.0.2", "webpack": "5.50.0", "webpack-cli": "4.7.2" }, "nyc": { "check-coverage": true, "branches": 100, "functions": 100, "lines": 100, "statements": 100, "reporter": [ "text", "lcov" ], "instrument": false, "sourceMap": false, "require": [ "@babel/register" ], "include": [ "src" ] }, "babel": { "presets": [ [ "@babel/env", { "targets": { "node": "current" } } ] ], "env": { "test": { "plugins": [ "istanbul" ] } } }, "config": { "ghooks": { "pre-commit": "npm run validate" } }, "repository": { "type": "git", "url": "git+https://github.com/adigiworld/indian-states.git" }, "keywords": [ "Indian", "India", "States", "State", "UT", "City", "Capitals", "Capital" ], "files": [ "dist" ], "author": "Adil Rasheed <asadigiworld@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/adigiworld/indian-states/issues" }, "homepage": "https://github.com/adigiworld/indian-states#readme", "dependencies": { "win-node-env": "0.4.0" } }