-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 878 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 878 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
34
35
36
37
38
39
{
"name": "@nju33/tows",
"description": "A tool for Node.js project to install the same dependencies of its project to each workspace package",
"publishConfig": {
"access": "public"
},
"bin": {
"tows": "./target/release/tows"
},
"version": "1.0.1",
"main": "index.js",
"files": [
"target/release/tows"
],
"repository": {
"type": "git",
"url": "https://github.com/nju33/tows.git"
},
"author": {
"name": "nju33",
"email": "nju33.ki@gmail.com",
"url": "https://nju33.com"
},
"bugs": {
"url": "https://github.com/nju33/tows/issues"
},
"keywords": [
"command-line-utilities",
"monorepo"
],
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"all-contributors-cli": "^6.14.0",
"gh-pages": "^2.2.0",
"husky": "^4.2.3"
}
}