-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "h8njs",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"h8n# OK test specified\" && exit 0",
"build": "echo build success.",
"list": "lerna list -a",
"semantic-release": "dotenv -c -- semantic-release",
"semantic-release:local": "dotenv -c -- semantic-release --no-ci"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/hongshuman/h8njs.git"
},
"homepage": "https://k8nium.cm",
"keywords": [
"h8n",
"release"
],
"author": "Hong Shu-man <[email protected]> (https://k8nium.com/)",
"license": "MIT",
"description": "H8N-description",
"workspaces": [
"packages/cli/h8n",
"packages/h8n/logger",
"packages/create-h8n",
"packages/h8n/utils"
],
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"conventional-changelog-cmyr-config": "^2.1.2",
"dotenv-cli": "^7.4.4",
"lerna": "^8.1.9",
"semantic-release": "^24.2.0",
"semantic-release-monorepo": "^8.0.2",
"semantic-release-plugin-update-version-in-files": "^1.1.0"
}
}