UNPKG

923 BJSONView Raw
1{
2 "name": "@grown/conn",
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 "accepts": "^1.3.4",
21 "debug": "^3.1.0",
22 "mime": "^2.0.3",
23 "send": "^0.16.1",
24 "type-is": "^1.6.15"
25 },
26 "devDependencies": {
27 "chai": "^4.2.0",
28 "minimist": ">=1.2.2",
29 "mocha": "^7.2.0",
30 "nyc": "^15.1.0"
31 },
32 "gitHead": "58e596826ce3d5021ba8063087786ea6fd741e74"
33}