-
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) · 794 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 794 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": "npm-pack-helper",
"version": "1.1.0",
"description": "用于批量打包某目录下的所有库(含有package.json的文件夹)",
"keywords": [
"npm pack",
"package.json",
".tgz",
"fs",
"path"
],
"main": "build.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "make test",
"prebuild": "node src/prebuild.js",
"build": "node src/build.js",
"postbuild": "node src/postbuild.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhuanglee/NpmPackHelper.git"
},
"author": "zhuanglee",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhuanglee/NpmPackHelper/issues"
},
"homepage": "https://github.com/zhuanglee/NpmPackHelper#readme",
"dependencies": {}
}