forked from vechain/app-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 915 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
{
"name": "app-hub",
"version": "0.0.1",
"description": "awesome vechain apps",
"scripts": {
"validate": "ts-node scripts/validate.ts",
"validate:link": "ts-node scripts/validate.ts link",
"test": "npm run validate",
"pack": "ts-node scripts/pack.ts",
"build": "npm run validate && npm run pack"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vechain/app-hub.git"
},
"keywords": [
"vechain",
"app",
"hub"
],
"author": "tony.li",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/vechain/app-hub/issues"
},
"homepage": "https://github.com/vechain/app-hub#readme",
"devDependencies": {
"@types/node": "^16.18.41",
"ts-node": "^8.0.2",
"typescript": "^3.3.3333"
},
"dependencies": {
"@actions/github": "^5.1.1",
"axios": "^1.6.2",
"image-size": "^1.0.0",
"pngquant": "^2.0.1"
}
}