forked from PepsRyuu/nollup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1018 Bytes
/
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
{
"name": "nollup",
"description": "Rollup-compatible bundler for development.",
"version": "0.12.1",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/PepsRyuu/nollup.git"
},
"homepage": "https://github.com/PepsRyuu/nollup",
"scripts": {
"test": "mocha-istanbul-ui \"test/cases/**/*.js\" --instrument --console --once",
"test:ui": "mocha-istanbul-ui \"test/cases/**/*.js\" --instrument --watch"
},
"bin": {
"nollup": "./lib/cli.js"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.8",
"acorn": "^7.0.0",
"chokidar": "^3.0.0",
"convert-source-map": "^1.5.1",
"express": "^4.16.3",
"express-history-api-fallback": "^2.2.1",
"express-http-proxy": "^1.5.1",
"express-ws": "^4.0.0",
"magic-string": "^0.24.0",
"mime-types": "^2.1.24",
"source-map": "^0.5.6"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha-istanbul-ui": "^0.4.0",
"proxyquire": "^2.0.1",
"rollup": "^1.28.0"
}
}