-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.1 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
{
"name": "alita",
"version": "1.0.0",
"description": "Discord bot for AngelHacks!",
"main": "",
"repository": "https://github.com/angelhacks/alita",
"author": "angelhacks",
"license": "GPL",
"scripts": {
"start": "tsc && node dist/index.js",
"start-mixer": "tsc && node -r dotenv/config dist/scripts/startMixer.js --trace-warnings",
"start-teams": "tsc && node -r dotenv/config dist/scripts/preTeams.js --trace-warnings",
"create-channels": "tsc && node -r dotenv/config dist/scripts/createChannels.js --trace-warnings",
"gn": "tsc && node -r dotenv/config dist/scripts/gn.js --trace-warnings",
"link": "tsc && node -r dotenv/config dist/scripts/manualLinks.js",
"circles": "tsc && node -r dotenv/config dist/scripts/deleteCircular.js",
"tally": "tsc && node -r dotenv/config dist/scripts/tallyWorkshop.js"
},
"devDependencies": {
"@berry/pnpify": "^0.1.0",
"@types/node": "^14.14.31",
"typescript": "^4.1.5"
},
"dependencies": {
"airtable": "^0.10.1",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"unique-names-generator": "^4.4.0"
}
}