mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-12-22 07:26:22 -05:00
yes
This commit is contained in:
parent
6732fe4db5
commit
dac06d57e1
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "osselbot",
|
||||
"name": "@technicolor-creamsicle/osselbot",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
12
package.json
12
package.json
@ -1,18 +1,20 @@
|
||||
{
|
||||
"name": "osselbot",
|
||||
"version": "1.1.0",
|
||||
"description": "Discordbot on Discord.js",
|
||||
"name": "@technicolor-creamsicle/osselbot",
|
||||
"version": "2.0.2",
|
||||
"description": "A discord bot on Discord.js",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"discord.js": "^12.1.1",
|
||||
"n": "^6.4.0",
|
||||
"pretty-ms": "^6.0.1"
|
||||
},
|
||||
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com/"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node ./index.js"
|
||||
"start": "npm install; node ./src/index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user