dnf-api
Version:
던전 앤 파이터 API
41 lines (40 loc) • 1.22 kB
JSON
{
"name": "dnf-api",
"version": "2.0.4",
"description": "던전 앤 파이터 API",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"consola": "^3.4.2",
"prototype-helper": "^1.2.0"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"@biomejs/biome": "^2.3.10",
"dotenv": "^17.2.3",
"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": "biome lint ./src",
"lint:fix": "biome lint --write ./src",
"format": "biome format --write ./src",
"check": "biome check ./src",
"check:fix": "biome check --write ./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"
}