1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ "name": "bot", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc -b", "start": "node build/index.js" }, "author": "", "license": "ISC", "dependencies": { "fosscord-server": "file:../..", "fosscord-gopnik": "^1.0.0", "mysql": "^2.18.1", "typescript": "^4.7.4" } }