UNPKG

829 BJSONView Raw
1{
2 "name": "@grown/access",
3 "version": "0.0.9",
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 "minimist": ">=1.2.2",
25 "mocha": "^7.2.0",
26 "nyc": "^15.1.0"
27 },
28 "gitHead": "58e596826ce3d5021ba8063087786ea6fd741e74"
29}