blob: 8e5fc69f760beec3ce03ec0706a97ec0ae8c7a31 [file] [log] [blame]
Skyler Turner66ac7942022-02-24 01:59:22 +00001{
2 "dependencies": {
3 "@discordjs/builders": "^0.12.0",
4 "discord.js": "^13.6.0",
pineafan8b4b17f2022-02-27 20:42:52 +00005 "humanize": "^0.0.9",
6 "humanize-duration": "^3.27.1",
pineafan2c33b9f2022-02-25 20:35:23 +00007 "jshaiku": "file:../haiku",
pineafan1dc15722022-03-14 21:27:34 +00008 "json-diff": "^0.7.1",
pineafan377794f2022-04-18 19:01:01 +01009 "tesseract.js": "^2.1.5",
pineafan1dc15722022-03-14 21:27:34 +000010 "typescript": "^4.5.5",
11 "unscan": "^1.1.2"
Skyler Turner66ac7942022-02-24 01:59:22 +000012 },
13 "name": "nucleus",
14 "version": "0.0.1",
15 "description": "Nucleus: The core Clicks Minute Per bot",
16 "main": "dist/index.js",
17 "scripts": {
18 "build": "tsc",
19 "start": "node --experimental-json-modules dist/index.js",
pineafandd1155e2022-02-26 22:06:12 +000020 "dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.js"
Skyler Turner66ac7942022-02-24 01:59:22 +000021 },
22 "repository": {
23 "type": "git",
24 "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
25 },
26 "author": "Clicks Minute Per",
27 "contributors": [
28 "Minion3665",
29 "PineappleFan"
30 ],
31 "license": "SEE LICENSE IN LICENSE",
32 "bugs": {
33 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
34 },
35 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
36 "private": true,
37 "type": "module"
38}