Update package.json
This commit is contained in:
parent
bd24d7c34b
commit
49321cada3
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "cakebot-revolt",
|
"name": "pluripastries",
|
||||||
"version": "1.0.0",
|
"version": "0.5.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "cake",
|
||||||
"license": "ISC",
|
"license": "GPLv3",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/sqlite3": "^3.1.8",
|
"@types/sqlite3": "^3.1.8",
|
||||||
"typescript": "^5.1.3",
|
"typescript": "^5.1.3",
|
||||||
|
|
Loading…
Reference in a new issue