-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "devtogithub",
"version": "1.0.0",
"description": "Save your dev.to articles with all the necessary information on GitHub",
"main": "dist/index.js",
"scripts": {
"test": "npm test",
"build": "tsc && ncc build dist/index.js",
"workflow": "npm run build && node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anmol-Baranwal/DevtoGitHub.git"
},
"bugs": {
"url": "https://github.com/Anmol-Baranwal/DevtoGitHub/issues"
},
"homepage": "https://github.com/Anmol-Baranwal/DevtoGitHub#readme",
"keywords": [],
"exports": {
".": "./dist/index.js"
},
"author": "Anmol-Baranwal <anmolbaranwal119@gmail.com> (https://github.com/Anmol-Baranwal)",
"license": "MIT",
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@types/node": "^20.11.5",
"node-fetch": "^3.3.2",
"typescript": "^5.3.3"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@actions/exec": "^1.1.1",
"@vercel/ncc": "^0.38.1"
}
}