dnf-api
Version:
던전 앤 파이터 API
40 lines (39 loc) • 1.05 kB
JSON
{
"name": "dnf-api",
"version": "1.0.7",
"description": "던전 앤 파이터 API",
"main": "./dist/index.js",
"types": "./dist/src/index.d.ts",
"dependencies": {
"@types/bun": "1.1.7",
"axios": "^0.18.1",
"consola": "^2.15.3",
"prototype-helper": "^0.4.2",
"query-string": "^9.1.1",
"undici": "^7.3.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"dotenv": "^16.4.7",
"typescript": "5.5.3"
},
"scripts": {
"dev": "bun --watch test.ts",
"bundle": "tsc --declaration --emitDeclarationOnly --outDir dist && bun build src/index.ts --minify --target=bun --outfile dist/index.js",
"dev:test": "bun --watch test.ts",
"test": "jest"
},
"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"
}