npm init
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "discord-soundscapes",
|
"name": "discord-soundscapes",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "- you can add a bunch of music/sound effects to play/pause at will\r - you can set up \"scenes\" thatll auto switch what music/effects are available on screen\r - youd log in with discord so any \"scenes\" and stuff would be saved automatically\r - sends sound through music bot in discord",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/ZomoXYZ/discord-soundscapes.git"
|
"url": "git+https://github.com/ZomoXYZ/discord-soundscapes.git"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "ashley zomo",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ZomoXYZ/discord-soundscapes/issues"
|
"url": "https://github.com/ZomoXYZ/discord-soundscapes/issues"
|
||||||
|
|||||||
Reference in New Issue
Block a user