-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.92 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "stampnyaa",
"productName": "StampNyaa",
"version": "1.6.1",
"description": "A simple app for using LINE stickers in your favorite messaging applications.",
"repository": {
"type": "git",
"url": "https://github.com/MarvNC/StampNyaa"
},
"main": ".vite/build/index.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "echo \"No linting configured\"",
"format": "prettier --write \"src/**/*.{js,ts}\"",
"prepare": "husky install",
"rebuild": "electron-rebuild -w -A"
},
"keywords": [],
"author": {
"name": "MarvNC",
"email": "rotrobmin@gmail.com"
},
"license": "GPL-3.0",
"dependencies": {
"@nut-tree-fork/nut-js": "^4.2.4",
"@shopify/draggable": "1.0.0-beta.11",
"axios": "^1.4.0",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"file-type": "^16.5.4",
"fs-extra": "^11.3.0",
"jsdom": "^26.0.0",
"sharp": "^0.33.5",
"sharp-apng": "^0.1.5",
"sqlite3": "^5.1.6",
"update-electron-app": "^2.0.1"
},
"optionalDependencies": {
"electron-clipboard-ex": "^1.3.3"
},
"devDependencies": {
"@electron-forge/cli": "7.2.0",
"@electron-forge/maker-deb": "7.2.0",
"@electron-forge/maker-rpm": "7.2.0",
"@electron-forge/maker-squirrel": "7.2.0",
"@electron-forge/maker-zip": "7.2.0",
"@electron-forge/plugin-auto-unpack-natives": "7.2.0",
"@electron-forge/plugin-vite": "7.2.0",
"@electron-forge/publisher-github": "7.2.0",
"@types/node": "^22.13.5",
"electron": "^34.0.0",
"electron-builder": "^25.1.8",
"electron-rebuild": "^3.2.9",
"electronmon": "^2.0.2",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.5.2",
"typescript": "^5.1.6",
"vite": "^5.0.0"
},
"lint-staged": {
"*.{js,ts}": "prettier --write"
}
}