-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 913 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
30
31
{
"name": "@jpbnetley/test-semantic-release",
"version": "0.0.0",
"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": "parcel watch",
"build": "parcel build",
"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": {
"parcel": "^2.12.0"
}
}