-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "pod-3.1.3-team-4",
"version": "1.0.0",
"description": "Testing out building a discord bot with discord.js",
"nodemonConfig": {
"ext": "js"
},
"main": "main.js",
"scripts": {
"start": "npm run build & npm run watch",
"build": "postcss site/*.css -d site/ --no-map",
"watch": "./node_modules/nodemon/bin/nodemon.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MLH-Fellowship/pod-3.1.3-team-4.git"
},
"author": "Damir, Louise, Nandini",
"license": "ISC",
"bugs": {
"url": "https://github.com/MLH-Fellowship/pod-3.1.3-team-4/issues"
},
"homepage": "https://github.com/MLH-Fellowship/pod-3.1.3-team-4#readme",
"dependencies": {
"@octokit/plugin-rest-endpoint-methods": "^5.5.2",
"autoprefixer": "^10.3.1",
"chrome-launcher": "^0.14.0",
"discord.js": "^12.5.3",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"lighthouse": "^8.2.0",
"octokit": "^1.1.0",
"pg": "^8.7.1",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"request": "^2.88.2",
"sequelize": "^6.6.5",
"sequelize-cockroachdb": "^6.0.1",
"wappalyzer": "^6.7.11"
},
"devDependencies": {
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"nodemon": "^2.0.19",
"prettier": "npm:@yuhr/prettier@^2.2.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0"
}
}