generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 889 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
34
35
36
37
38
39
40
41
{
"name": "npm-publish",
"version": "1.0.3",
"description": "npm publish",
"main": "src/main.ts",
"scripts": {
"build": "tsc",
"package": "ncc build ./src/action/index.ts",
"all": "npm run build && npm run package "
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"files": [
"src",
"lib"
],
"author": "SunLxy <1011771396@qq.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@jsdevtools/npm-publish": "^1.4.3",
"fast-glob": "^3.2.11",
"pacote": "^15.1.1"
},
"devDependencies": {
"@types/pacote": "^11.1.5",
"@types/semver": "^7.3.12",
"@types/node": "^18.7.13",
"@kkt/ncc": "^1.0.14",
"js-yaml": "^4.1.0",
"prettier": "2.7.1",
"typescript": "^4.8.2"
}
}