UNPKG

860 BJSONView Raw
1{
2 "name": "@grown/access",
3 "version": "0.0.14",
4 "main": "index.js",
5 "author": "Alvaro Cabrera <pateketrueke@gmail.com>",
6 "license": "MIT",
7 "scripts": {
8 "dev": "npm run test:unit -- -w",
9 "test": "npm run coverage -- npm run test:unit --",
10 "test:ci": "npm test && nyc report -r lcov",
11 "test:dev": "npm test && nyc report -r html",
12 "test:run": "NODE_ENV=test _mocha --exit --recursive -bR spec --colors",
13 "test:unit": "npm run test:run tests/*.test.js --",
14 "coverage": "nyc -s -x '**/tests/**' -x '**/*.test.js'"
15 },
16 "publishConfig": {
17 "access": "public"
18 },
19 "dependencies": {
20 "debug": "^3.1.0"
21 },
22 "devDependencies": {
23 "chai": "^4.2.0",
24 "glob-parent": ">=5.1.2",
25 "minimist": ">=1.2.2",
26 "mocha": "^7.2.0",
27 "nyc": "^15.1.0"
28 },
29 "gitHead": "06c62a273f7b12983681740e62d23252c43bf153"
30}