blob: 2cba58a3c9718c4e64ba0282da5b0dcd29a04430 [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",
Skyler Turner66ac7942022-02-24 01:59:22 +00008 "typescript": "^4.5.5"
9 },
10 "name": "nucleus",
11 "version": "0.0.1",
12 "description": "Nucleus: The core Clicks Minute Per bot",
13 "main": "dist/index.js",
14 "scripts": {
15 "build": "tsc",
16 "start": "node --experimental-json-modules dist/index.js",
pineafandd1155e2022-02-26 22:06:12 +000017 "dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.js"
Skyler Turner66ac7942022-02-24 01:59:22 +000018 },
19 "repository": {
20 "type": "git",
21 "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
22 },
23 "author": "Clicks Minute Per",
24 "contributors": [
25 "Minion3665",
26 "PineappleFan"
27 ],
28 "license": "SEE LICENSE IN LICENSE",
29 "bugs": {
30 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
31 },
32 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
33 "private": true,
34 "type": "module"
35}