UNPKG

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