dnf-api
Version:
던전 앤 파이터 API
42 lines (41 loc) • 1.16 kB
JSON
{
"name": "dnf-api",
"version": "3.0.0",
"description": "던전 앤 파이터 API",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"dependencies": {
"consola": "^3.4.2",
"prototype-helper": "^1.2.0"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"dotenv": "^17.2.3",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
"typescript": "5.9.3"
},
"scripts": {
"dev": "bun --watch test.ts",
"bundle": "bun x rimraf dist && tsc --declaration --emitDeclarationOnly --outDir dist && bun build src/index.ts --minify --target=bun --outfile dist/index.js",
"dev:test": "bun --watch test.ts",
"lint": "oxlint ./src",
"lint:fix": "oxlint --fix ./src",
"format": "oxfmt --write ./src",
"format:check": "oxfmt --check ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/k22pr/dnf-api.git"
},
"keywords": ["dnf"],
"author": "서버지기",
"license": "MIT",
"bugs": {
"url": "https://github.com/k22pr/dnf-api/issues"
},
"homepage": "https://github.com/k22pr/dnf-api#readme"
}