20 lines
349 B
JSON
20 lines
349 B
JSON
|
{
|
||
|
"name": "kassq",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Good license system",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"start": "nodemon app.js"
|
||
|
},
|
||
|
"author": "kassq",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"axios": "^0.21.1",
|
||
|
"crypto": "^1.0.1",
|
||
|
"discord.js": "^12.5.1",
|
||
|
"moment": "^2.29.1",
|
||
|
"mongoose": "^5.11.9",
|
||
|
"nodemon": "^2.0.6"
|
||
|
}
|
||
|
}
|