drop-rate
Version:
The solution for drop rates !
36 lines (35 loc) • 735 B
JSON
{
"name": "drop-rate",
"version": "1.0.4",
"description": "The solution for drop rates !",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/bachtuyetx7chulun/drop-rate.git"
},
"keywords": [
"drop",
"rate",
"drop-rate",
"gacha",
"gacha-rate",
"statistics",
"rpg"
],
"author": "Medium_Hieu",
"license": "MIT",
"devDependencies": {
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.4"
}
}