mirror of
https://github.com/Wessel/Snowflakey.git
synced 2026-06-06 11:15:47 +02:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "snowflakey",
|
|
"version": "0.2.0",
|
|
"description": "❄️ Fast and easy snowflake generation and lookup and token generation",
|
|
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
|
"main": "dist/lib/snowflakey.js",
|
|
"types": "index.d.ts",
|
|
"license": "MIT",
|
|
"files": [
|
|
"LICENSE",
|
|
"dist/lib",
|
|
"index.d.ts"
|
|
],
|
|
"bugs": {
|
|
"url": "https://www.github.com/PassTheWessel/Snowflakey/issues"
|
|
},
|
|
"homepage": "https://www.github.com/PassTheWessel/Snowflakey#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://www.github.com/PassTheWessel/Snowflakey"
|
|
},
|
|
"keywords": [
|
|
"snowflake",
|
|
"generator",
|
|
"accounts",
|
|
"lookup",
|
|
"lightweight"
|
|
],
|
|
"scripts": {
|
|
"test:snowflake": "cd ./dist/tests && node snowflake.test.js",
|
|
"test:token": "cd ./dist/tests && node token.test.js",
|
|
"compile": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.6.8",
|
|
"@typescript-eslint/parser": "^1.13.0",
|
|
"eslint": "^6.1.0",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"dependencies": {}
|
|
}
|