-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·56 lines (56 loc) · 1.7 KB
/
package.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.7 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
{
"name": "onekiweb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"dependencies": {
"@discordjs/collection": "^0.7.0",
"connect-flash": "0.1.1",
"cors": "^2.8.5",
"cross-env": "7.0.3",
"dotenv": "10.0.0",
"ejs": "3.1.6",
"express": "4.18.1",
"express-ejs-layouts": "2.5.1",
"express-session": "1.17.2",
"firebase-admin": "10.0.2",
"hex-rgb": "5.0.0",
"morgan": "1.10.0",
"node-fetch": "3.2.4",
"node-sass": "7.0.1",
"passport": "0.4.1",
"passport-discord": "0.1.4",
"rgb-hex": "4.0.0",
"ws": "8.2.2",
"youtube-notification": "1.1.0"
},
"devDependencies": {
"@types/node": "^18.6.4",
"eslint": "8.15.0",
"nodemon": "^2.0.16"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --experimental-fetch src/index",
"dev": "nodemon --exec \"node --experimental-fetch src/index\"",
"lint": "eslint src",
"sass": "node-sass --watch /src/public/scss/main.scss -o /src/public/css/global-style.css",
"commands-sass": "node-sass --watch /src/public/scss/commands/commands-main.scss -o /src/public/css/commands.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EliMacMun/onekiweb.git"
},
"keywords": [],
"author": "eliyya",
"license": "GPL",
"bugs": {
"url": "https://github.com/EliMacMun/onekiweb/issues"
},
"homepage": "https://github.com/EliMacMun/onekiweb#readme",
"engines": {
"node": "18.8.0",
"npm": "8.18.0"
}
}