curseforge-v2
Version:
CurseForge V2 API Library
52 lines (51 loc) • 1.33 kB
JSON
{
"name": "curseforge-v2",
"version": "1.5.0",
"description": "CurseForge V2 API Library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"postversion": "git push && git push --tags",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"test": "jest --config jestconfig.json",
"version": "npm run format && git add -A src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WowUp/curseforge-v2.git"
},
"keywords": [
"WowUp",
"CurseForge",
"API",
"WoW"
],
"author": "WowUp LLC",
"license": "ISC",
"bugs": {
"url": "https://github.com/WowUp/curseforge-v2/issues"
},
"homepage": "https://github.com/WowUp/curseforge-v2#readme",
"files": [
"lib/**/*"
],
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.15.31",
"dotenv": "^16.5.0",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"ts-jest": "^29.3.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.9.0"
}
}