forked from bholloway/resolve-url-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "resolve-url-loader",
"description": "monorepo of all things resolve-url-loader",
"private": true,
"author": "bholloway",
"license": "MIT",
"main": "packages/resolve-url-loader",
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "jshint packages --exclude **/node_modules",
"test:unit": "tape \"!(node_modules)/**/*.test.js\" | tap-diff",
"debug:unit": "node $NODE_DEBUG_OPTION $(npm bin)/tape \"!(node_modules)/**/*.test.js\" | tap-diff",
"test:e2e": "tape test | tap-diff",
"debug:e2e": "node $NODE_DEBUG_OPTION $(npm bin)/tape test | tap-diff"
},
"devDependencies": {
"blue-tape": "^1.0.0",
"compose-function": "^3.0.3",
"cross-env": "^6.0.3",
"enforce-node-version": "^0.1.0",
"es6-promisify": "^6.0.2",
"escape-string-regexp": "^2.0.0",
"get-value": "^3.0.1",
"has-prop": "^0.1.2",
"joi": "^14.3.1",
"jshint": "^2.10.3",
"micromatch": "^4.0.2",
"ms": "^2.1.2",
"outdent": "^0.7.0",
"promise-compose": "^1.1.2",
"recursive-readdir": "^2.2.2",
"rework": "1.0.1",
"rework-visit": "1.0.0",
"sinon": "^8.0.2",
"tap-diff": "^0.1.1",
"vlq": "^1.0.1"
},
"engines": {
"node": ">=8.9"
}
}