Skip to content

Commit 1733501

Browse files
committed
➕ chore: add packages
1 parent 72239c5 commit 1733501

File tree

2 files changed

+75
-3
lines changed

2 files changed

+75
-3
lines changed

package-lock.json

Lines changed: 71 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
2-
"name": "zenn-archive",
2+
"name": "zenn-qiita-sync",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7+
"build": "ncc build scripts/ztoq.tsx -o dist",
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
910
"keywords": [],
1011
"author": "",
1112
"license": "ISC",
1213
"dependencies": {
14+
"@actions/core": "^1.11.1",
1315
"@types/yargs": "^17.0.33",
1416
"git-url-parse": "^15.0.0",
1517
"yargs": "^17.7.2",
@@ -20,6 +22,7 @@
2022
"@types/git-url-parse": "^9.0.3",
2123
"@types/js-yaml": "^4.0.9",
2224
"@types/node": "^22.7.4",
25+
"@vercel/ncc": "^0.38.2",
2326
"ts-node": "^10.9.2",
2427
"typescript": "^5.6.2"
2528
}

0 commit comments

Comments
 (0)