Files
discord-cli/package.json
2021-11-09 19:16:28 -06:00

24 lines
474 B
JSON

{
"name": "discord-cli",
"version": "1.0.0",
"description": "discord but as a shell",
"main": "target/index.js",
"scripts": {
"start": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git@git.zomo.dev:zomo/discord-cli.git"
},
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"@types/node": "^16.11.6",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"tslib": "^2.3.1"
},
"dependencies": {
}
}