12 lines
278 B
JSON
12 lines
278 B
JSON
|
{
|
||
|
"name": "status",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A discord custom status script with no external dependencies",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "galacticdev",
|
||
|
"license": "AGPL-3.0"
|
||
|
}
|