UNPKG

944 BJSONView Raw
1{
2 "name": "@grown/conn",
3 "version": "0.0.11",
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 "qs": "^6.9.4",
24 "send": "^0.16.1",
25 "type-is": "^1.6.15"
26 },
27 "devDependencies": {
28 "chai": "^4.2.0",
29 "minimist": ">=1.2.2",
30 "mocha": "^7.2.0",
31 "nyc": "^15.1.0"
32 },
33 "gitHead": "3961b58424e1ffa949b4a7621ba756c4fa09754c"
34}