blob: 45019ade9648388005ec23aa0670b6ba27f23ba4 [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",
5 "jshaiku": "file:../../WebstormProjects/haiku",
6 "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",
15 "dev": "tsc && node --experimental-json-modules dist/index.js"
16 },
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}