divine-pride-api-wrapper
Version:
Unofficial Divine Pride API wrapper
42 lines (41 loc) • 925 B
JSON
{
"name": "divine-pride-api-wrapper",
"version": "0.1.14",
"description": "Unofficial Divine Pride API wrapper",
"author": "lucas8x",
"license": "MIT",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsup ./src/index.ts",
"prepack": "npm run build",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"cheerio": "^1.0.0"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/Lucas8x/divine-pride-api-wrapper"
},
"bugs": {
"url": "https://github.com/Lucas8x/divine-pride-api-wrapper/issues"
},
"homepage": "https://github.com/Lucas8x/divine-pride-api-wrapper#readme",
"keywords": [
"ragnarok",
"divine",
"pride",
"api",
"database"
]
}