generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "@tangro/actions-deploy",
"version": "1.2.18",
"private": true,
"description": "Deploy a static site contained in a zip file to the tangro-static server",
"main": "lib/main.js",
"scripts": {
"build": "ncc build src/main.ts --minify",
"update-readme": "node scripts/update-readme.js",
"update-dependencies": "npx npm-check-updates -u",
"version": "npm run build && git add -A",
"postversion": "npm run update-readme && git add -A && git commit -m \"updated readme\" && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/javascript-template.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "ankri",
"license": "MIT",
"dependencies": {
"@actions/core": "1.11.1",
"@tangro/tangro-github-toolkit": "1.0.9",
"@vercel/ncc": "0.38.3",
"axios": "1.7.9",
"btoa": "1.2.1",
"form-data": "4.0.1"
},
"devDependencies": {
"@types/btoa": "1.2.5",
"@types/form-data": "2.5.2",
"@types/node": "22.12.0",
"ejs": "3.1.10",
"rimraf": "6.0.1",
"typescript": "5.7.3"
}
}