pokemon-names-and-types
Version:
An API for pokemon names and types
2 lines (1 loc) • 1.77 kB
JSON
{"name":"pokemon-names-and-types","version":"1.7.0","description":"An API for pokemon names and types","main":"dist/main.js","scripts":{"check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","cover":"nyc --reporter=lcov npm t","test":"_mocha src/tests/*.test.js --compilers js:babel-register","prebuild":"rimraf dist && mkdir dist","build":"babel src/*.js -o dist/main.js","postbuild":"cp src/*.json dist","semantic-release":"semantic-release pre && npm publish && semantic-release post","validate":"npm run cover && npm run check-coverage","report-coverage":"cat ./coverage/lcov.info | codecov","pre-commit":"npm run test"},"repository":{"type":"git","url":"git+https://github.com/SahajR/pokemon-names-and-types.git"},"keywords":["pokemon","random","badges"],"author":"'Sahaj <'sahaj.ramachandran@gmail.com'>","license":"MIT","bugs":{"url":"https://github.com/SahajR/pokemon-names-and-types/issues"},"homepage":"https://github.com/SahajR/pokemon-names-and-types#readme","dependencies":{"array-find":"1.0.0","array-includes":"3.0.3","react":"^15.6.1","react-dom":"^15.6.1","unique-random-array":"1.0.0"},"devDependencies":{"babel-cli":"6.26.0","babel-core":"6.26.0","babel-preset-es2015":"6.24.1","babel-preset-react":"6.24.1","babel-preset-stage-2":"6.24.1","babel-register":"6.26.0","chai":"4.1.2","codecov":"2.3.0","cz-conventional-changelog":"2.0.0","husky":"^0.14.3","install":"0.10.1","jsx-chai":"4.0.0","mocha":"4.0.1","nyc":"11.2.1","rimraf":"2.6.2","semantic-release":"8.1.2"},"babel":{"presets":["es2015","stage-2","react"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"},"ghooks":{"pre-commit":"npm run test"}},"nyc":{"exclude":["**/*.test.js","build","node_modules"],"include":["src/*.js"]}}