-
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) · 1.08 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.08 KB
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": "@jpbnetley/test-semantic-release",
"version": "0.0.0",
"type": "module",
"description": ">Test deployment actions - [semantic release](https://github.com/cycjimmy/semantic-release-action)",
"source": "src/index.js",
"main": "dist/main.js",
"module": "dist/module.js",
"scripts": {
"watch": "tsdown --watch",
"build": "tsdown",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpbnetley/test-semantic-release.git"
},
"keywords": [],
"author": "jpbnetley",
"license": "ISC",
"bugs": {
"url": "https://github.com/jpbnetley/test-semantic-release/issues"
},
"homepage": "https://github.com/jpbnetley/test-semantic-release#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"tsdown": "^0.21.7"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}