mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"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\""
|
|
}
|
|
}
|