mirror of
https://github.com/Wessel/Snowflakey.git
synced 2026-06-08 14:19:02 +02:00
Fix modules
This commit is contained in:
22
package.json
22
package.json
@@ -5,12 +5,28 @@
|
|||||||
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
||||||
"main": "generator.js",
|
"main": "generator.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [ "generator.js", "LICENSE" ],
|
"files": [
|
||||||
"bugs": { "url": "https://www.github.com/PassTheWessel/Snowflakey/issues" },
|
"generator.js",
|
||||||
|
"LICENSE",
|
||||||
|
"fake_node_modules/"
|
||||||
|
],
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://www.github.com/PassTheWessel/Snowflakey/issues"
|
||||||
|
},
|
||||||
"homepage": "https://www.github.com/PassTheWessel/Snowflakey#readme",
|
"homepage": "https://www.github.com/PassTheWessel/Snowflakey#readme",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://www.github.com/PassTheWessel/Snowflakey"
|
"url": "https://www.github.com/PassTheWessel/Snowflakey"
|
||||||
},
|
},
|
||||||
"keywords": [ "snowflake", "generator", "cli", "accounts", "lookup", "lightweight" ]
|
"keywords": [
|
||||||
|
"snowflake",
|
||||||
|
"generator",
|
||||||
|
"cli",
|
||||||
|
"accounts",
|
||||||
|
"lookup",
|
||||||
|
"lightweight"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"snowflakey": "^0.0.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user