-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 953 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
32
33
{
"name": "actions-create-build-artifact",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"format:fix": "prettier --write '**/*.{js,jsx,ts,tsx,json,htm,html,yml,yaml}'",
"package": "ncc build --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarink-software/actions-create-build-artifact.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sarink-software/actions-create-build-artifact/issues"
},
"homepage": "https://github.com/sarink-software/actions-create-build-artifact#readme",
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/node": "^14.14.13",
"@vercel/ncc": "^0.25.1",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
},
"dependencies": {
"@actions/artifact": "^0.5.1",
"@actions/core": "^1.2.7",
"short-uuid": "^4.2.0"
}
}