-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 744 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 744 Bytes
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
{
"name": "wow-shell",
"version": "1.0.3",
"description": "shell command, it will be resolved when something is hit, and support the output of colored logs",
"keywords": [
"shell",
"exec",
"spawn",
"pShell",
"promise",
"monorepo",
"dev",
"server"
],
"author": "aweiu",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/aweiu/wow-shell.git"
},
"license": "ISC",
"scripts": {
"build": "father-build --esm --cjs --target node --nodeVersion 8"
},
"dependencies": {},
"devDependencies": {
"father-build": "^1.20.4",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
}
}