-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "wright",
"version": "2.2.1",
"description": "",
"author": "Rasmus Porsager <[email protected]>",
"license": "WTFPL",
"main": "lib/index.js",
"bin": {
"wright": "./bin/wright"
},
"preferGlobal": true,
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"try:rollup": "npm install && cd examples/rollup && npm install && node wright",
"try:mithril": "npm install && cd examples/mithril && npm install && npm run wright",
"try:simple": "npm install && cd examples/simple && npm run wright",
"test": "tape test/**"
},
"repository": "porsager/wright",
"dependencies": {
"chokidar": "3.5.3",
"dotenv": "16.0.0",
"ey": "0.9.1",
"finalhandler": "1.2.0",
"http-proxy": "1.18.1",
"inquirer": "8.2.2",
"minimist": "1.2.6",
"pws": "5.0.2",
"serve-static": "1.15.0",
"source-map": "0.7.3",
"ubre": "0.0.23",
"ws": "7.5.7"
},
"devDependencies": {
"bss": "1.6.4",
"mithril": "2.0.4",
"rollup": "2.36.1",
"rollup-plugin-buble": "0.19.8",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"tape": "5.1.1"
}
}