-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.25 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
44
45
46
47
48
49
50
51
52
{
"name": "@smmall/merge",
"version": "1.0.0-beta2",
"description": "",
"main": "index.js",
"scripts": {
"build": "mkdir ./dist && minify ./lib/Merge.js > ./dist/Merge.min.js",
"test": "jest --detectOpenHandles",
"test:ci": "jest test/unit --coverage --maxWorkers=2"
},
"bin": {
"merge": "./bin/merge"
},
"repository": {
"type": "git",
"url": "https://github.com/levinunnink/merge.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"auto-bind": "^4.0.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.4.2",
"cli": "^1.0.1",
"commander": "^6.1.0",
"debug": "^4.2.0",
"get-port": "^5.1.1",
"jsdom": "^16.4.0",
"marked": "^2.0.0",
"mime-types": "^2.1.27",
"node-fetch": "^2.6.1",
"openurl": "^1.1.1",
"pretty": "^2.0.0",
"progress": "^2.0.3",
"readline": "^1.3.0",
"websocket": "^1.0.32"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"codecov": "^3.7.2",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"jest": "^26.4.2",
"minify": "^6.0.0",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0"
}
}