22 lines
475 B
JSON
22 lines
475 B
JSON
{
|
|
"name": "lang",
|
|
"description": "",
|
|
"version": "1.0.0",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"build": "tsc && cd discord && tsc && cd .."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.zomo.dev:zomo/lang.git"
|
|
},
|
|
"author": "ashley zomo",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"discord.js": "^13.6.0",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|