Well, that was a bad idea

This commit is contained in:
2018-10-27 16:31:50 +11:00
parent 53da280ccb
commit 6900781082

View File

@@ -1,31 +0,0 @@
{
"name": "sanctum",
"version": "1.0.0",
"description": "",
"main": "",
"dependencies": {
"concurrently": "^4.0.1",
"node": "^10.12.0",
"npm": "^6.4.1",
"discord.js": "^11.4.2",
"dotenv": "^6.0.0",
"forever": "^0.15.3",
"node-cron": "^1.2.1",
"sync-request": "^6.0.0"
},
"devDependencies": {},
"scripts": {
"startadam": "cd ADAM && npm start",
"startkamala": "cd ADAM_Kamala && npm start",
"startcptmon": "cd ADAM_CptMon && npm start",
"startdairo": "cd ADAM_Dairo && npm start",
"startlibrarian": "cd Librarian && npm start",
"stopadam": "cd ADAM && npm stop",
"stopkamala": "cd ADAM_Kamala && npm stop",
"stopcptmon": "cd ADAM_CptMon && npm stop",
"stopdairo": "cd ADAM_Dairo && npm stop",
"stoplibrarian": "cd Librarian && npm stop",
"startall": "concurrently \"npm run startadam\" \"npm run startkamala\" \"npm run startcptmon\" \"npm run startdairo\" \"npm run startlibrarian\"",
"stopall": "concurrently \"npm run stopadam\" \"npm run stopkamala\" \"npm run stopcptmon\" \"npm run stopdairo\" \"npm run stoplibrarian\""
}
}