-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "buntralino-cli",
"version": "1.2.0",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"buntralino": "./cli.ts"
},
"type": "module",
"keywords": [
"buntralino",
"electron",
"nwjs",
"nw.js",
"xpda",
"neutralino",
"bun"
],
"files": [
"commands",
"common",
"templates",
"index.ts",
"Readme.md",
"LICENSE",
"Buntralino.png"
],
"author": "Cosmo Myzrail Gorynych",
"license": "MIT",
"description": "Buntralino unites Bun and Neutralino.js to make a simpler, lighter alternative to Electron and NW.js. Use Neutralino.js API at client and send harder tasks to Bun while keeping your development process easy.",
"repository": {
"type": "git",
"url": "git+https://github.com/buntralino/buntralino-cli.git"
},
"homepage": "https://buntralino.github.io/",
"dependencies": {
"@ctjs/png2icons": "^3.0.3",
"@neutralinojs/neu": "^11.3.0",
"@topcli/prompts": "^2.1.0",
"@topcli/spinner": "^2.1.2",
"fs-extra": "^11.2.0",
"resedit-cli": "^2.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/bun": "^1.1.14",
"@types/fs-extra": "^11.0.4",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.33"
}
}