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