-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
46 lines (46 loc) · 1.42 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
{
"name": "layabox-esbuild",
"version": "1.3.3",
"authorName": "yayaluoya",
"description": "用esbuild来构建layabox项目,修改代码后立即就能看到更改,而不用傻傻等编译。",
"main": "./index.js",
"bin": {
"layabox-esbuild": "./dist/__bin/index.js",
"leb": "./dist/__bin/index.js"
},
"repository": "https://github.com/yayaluoya/layaBoxEsBuild.git",
"npmPackURL": "https://www.npmjs.com/package/layabox-esbuild",
"scripts": {
"install": "node ./pack/i.js",
"uninstall": "node ./pack/uni.js",
"npm-publish": "npm publish",
"ts-build": "tsc -w"
},
"author": "",
"license": "ISC",
"dependencies": {
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"commander": "^7.2.0",
"esbuild": "^0.13.15",
"internal-ip": "^6.2.0",
"mime": "^2.5.2",
"moment": "^2.29.1",
"needle": "^2.8.0",
"portfinder": "^1.0.28",
"randomstring": "^1.2.1",
"rollup": "^2.53.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"ws": "^7.4.4",
"yayaluoya-tool": "1.7.5"
},
"testEnvironment": "node",
"devDependencies": {
"@types/node": "^15.0.2",
"typescript": "^4.2.4"
},
"version-log": []
}