-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 990 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
{
"name": "@hopping/cli",
"version": "0.0.7",
"description": "Like Homebrew Casks, for Progressive Web Apps!",
"main": "bin/main.js",
"repository": "https://github.com/Nickersoft/hop",
"license": "MIT",
"scripts": {
"build": "node ./scripts/build.js && chmod +x ./bin/cli.js",
"start": "node bin/cli.js",
"prepare": "npm run build",
"postinstall": "npm run build"
},
"dependencies": {
"@esbuild-plugins/node-resolve": "^0.1.4",
"@octokit/rest": "^18.12.0",
"ajv": "^8.10.0",
"ajv-formats": "^2.1.1",
"axios": "^0.26.0",
"commander": "^9.0.0",
"esbuild": "^0.14.22",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"nativefier": "46.1.1",
"ora": "^6.0.1",
"prettier": "^2.5.1",
"tmp": "^0.2.1",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/js-yaml": "^4",
"@types/node": "^17.0.18",
"@types/prettier": "^2",
"@types/tmp": "^0"
},
"bin": {
"hop": "./bin/cli.js"
}
}