-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "discord-message-queue",
"version": "1.0.0",
"description": "Queue Discord messages. Send one per minute.",
"homepage": "https://github.com/whaaaley/discord-message-queue#readme",
"bugs": {
"url": "https://github.com/whaaaley/discord-message-queue/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whaaaley/discord-message-queue.git"
},
"license": "ISC",
"author": "Dustin Dowell",
"main": "index.js",
"scripts": {
"start": "make start"
},
"dependencies": {
"@whaaaley/material-icons-scss": "^2.0.6",
"superfine": "^8.0.10"
},
"devDependencies": {
"@whaaaley/parcel-source-map-cli": "^0.5.0",
"clean-css-cli": "^4.3.0",
"esbuild": "^0.8.26",
"node-sass": "^5.0.0",
"typescript": "^4.1.3",
"uglify-js": "^3.12.3"
},
"optionalDependencies": {
"eslint": "^7.16.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"sass-lint": "^1.13.1"
}
}