-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "electron-app-store",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"axios": "^0.26.1",
"cors": "^2.8.5",
"express": "^4.17.3",
"http-proxy-middleware": "^2.0.4",
"js-yaml": "^4.1.0",
"lunr": "^2.3.9",
"node-appwrite": "^5.0.0",
"node-html-parser": "^5.3.3",
"request": "^2.88.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"devDependencies": {
"@types/lunr": "^2.3.4",
"@types/node": "^17.0.23",
"nodemon": "^2.0.15"
},
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Electron-Store/electron-app-store.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Electron-Store/electron-app-store/issues"
},
"homepage": "https://github.com/Electron-Store/electron-app-store#readme"
}