@antibot/zilla
Version:
Simple collection for simple things
34 lines (33 loc) • 666 B
JSON
{
"name": "@antibot/zilla",
"version": "1.0.2",
"main": "dist/index.js",
"author": "J_DDev <69683068+JayyDoesDev@users.noreply.github.com>",
"license": "MIT",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn build"
},
"dependencies": {
"typescript": "^5.0.2"
},
"repository": {
"url": "https://github.com/antibot-team/zilla"
},
"contributors": [
{
"name": "J_DDev",
"url": "https://github.com/JayyDoesDev"
}
],
"keywords": [
"snake",
"collection",
"zilla",
"typescript",
"microsoft",
"cache",
"redis"
]
}