UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@grown/access",
3 "version": "0.0.6",
4 "main": "index.js",
5 "author": "Alvaro Cabrera <pateketrueke@gmail.com>",
6 "license": "MIT",
7 "scripts": {
8 "dev": "npm test -- -w",
9 "lint": "eslint tests *.js",
10 "test": "npm run test:unit --",
11 "test:ci": "npm run coverage:all && npm run report -- -r lcov",
12 "test:all": "npm run test:run tests/*.test.js && npm run report -- -r html",
13 "test:run": "NODE_ENV=test _mocha --exit --recursive -bR spec --colors",
14 "test:unit": "npm run test:run tests/*.test.js --",
15 "coverage": "nyc -s -x '**/tests/**' -x '**/*.test.js'",
16 "coverage:all": "npm run coverage -- npm run test:all",
17 "coverage:unit": "npm run coverage -- npm run test:unit",
18 "codecov": "codecov --file=coverage/lcov.info -e TRAVIS_NODE_VERSION",
19 "report": "nyc report",
20 "pretest": "npm run lint",
21 "pretest:ci": "npm run lint",
22 "posttest:ci": "npm run codecov"
23 },
24 "publishConfig": {
25 "access": "public"
26 },
27 "dependencies": {
28 "debug": "^3.1.0"
29 },
30 "devDependencies": {
31 "@grown/test": "^0.0.4",
32 "chai": "^4.2.0",
33 "codecov": "^3.6.1",
34 "eslint": "^5.9.0",
35 "eslint-config-airbnb-base": "^13.1.0",
36 "eslint-plugin-import": "^2.14.0",
37 "grown": "^1.1.5",
38 "mocha": "^6.2.1",
39 "nyc": "^14.1.1"
40 },
41 "gitHead": "dc5517efa3cf93683aa3e74059f7e4fbf1e981a8"
42}