-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
29 lines (29 loc) · 853 Bytes
/
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
{
"name": "@nw-company-tool/core",
"description": "A tool to organize your new world company",
"version": "0.0.0",
"author": "Krise",
"license": "MIT",
"keywords": ["New World", "Company", "Tool", "Gaming"],
"bugs": {
"url": "https://github.com/cbartel/nw-company-tool/issues"
},
"homepage": "https://github.com/cbartel/nw-company-tool",
"repository": {
"type": "git",
"url": "https://github.com/cbartel/nw-company-tool.git"
},
"scripts": {
"build": "node build.js",
"semantic-release": "semantic-release"
},
"private": true,
"devDependencies": {
"@semantic-release/exec": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/release-notes-generator": "^10.0.2",
"@types/fs-extra": "^9.0.13",
"semantic-release": "^18.0.0"
}
}