-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 903 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
40
41
{
"name": "solar",
"version": "1.0.0",
"description": "Solar Plugin backend",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "node ./dist/index.js",
"build": "tsc"
},
"keywords": [
"solar",
"icons",
"set",
"plugin",
"backend",
"typescript"
],
"author": "chebarash (https://github.com/chebarash)",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/chebarash/Solar.git"
},
"bugs": {
"url": "https://github.com/chebarash/Solar/issues"
},
"homepage": "https://github.com/chebarash/Solar#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mongoose": "^7.1.1"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/node": "^20.1.0",
"typescript": "^5.0.4"
}
}