forked from sameerkumar18/corporate-bs-generator-api
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.32 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
{
"name": "@itspngu/keyboard-bs-generator-api",
"version": "1.0.0",
"description": "Corporate Bullshit Generator API, but for the Mechanical Keyboard Hobby",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/itspngu/keyboard-bs-generator-api",
"repository": {
"type": "git",
"url": "https://github.com/itspngu/keyboard-bs-generator-api"
},
"author": "pngu <[email protected]>",
"contributors": [
"Sameer Kumar <[email protected]> (https://sameerkumar.website)"
],
"main": "worker/worker.js",
"scripts": {
"build": "webpack",
"clean": "rimraf dist worker node_modules",
"deploy": "wrangler publish",
"tail": "wrangler tail"
},
"devDependencies": {
"@cloudflare/workers-types": "^2.0.0",
"@cloudflare/wrangler": "^1.15.0",
"@types/dotenv-webpack": "^7.0.3",
"@types/node": "^14.14.41",
"@types/webpack": "^5.28.0",
"discord-api-types": "^0.22.0",
"dotenv-webpack": "^7.0.3",
"rimraf": "^3.0.2",
"ts-loader": "^7.0.5",
"ts-node": "^9.1.1",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"yaml-loader": "^0.6.0"
},
"dependencies": {
"discord-interactions": "^2.3.0"
}
}