@mann-conomy/tf-war-paints
Version:
A static Node.js wrapper for Team Fortress 2's many War Paints.
67 lines (66 loc) • 1.67 kB
JSON
{
"name": "@mann-conomy/tf-war-paints",
"version": "1.1.0",
"description": "A static Node.js wrapper for Team Fortress 2's many War Paints.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"fix": "eslint -c eslint.config.js . --fix",
"update": "npx ts-node tools/update.ts",
"lint": "eslint -c eslint.config.js .",
"prepublishOnly": "npm run build",
"build": "npm run clean && tsc",
"coverage": "jest --coverage",
"clean": "rimraf dist",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mann-Conomy/tf-war-paints.git"
},
"keywords": [
"nodejs",
"json",
"typescript",
"localization",
"tf2",
"war",
"paints",
"mann-conomy"
],
"author": "The Mann-Conomy Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mann-Conomy/tf-war-paints/issues"
},
"homepage": "https://github.com/Mann-Conomy/tf-war-paints#readme",
"devDependencies": {
"@eslint/js": "^9.28.0",
"@jest/globals": "^30.0.0",
"@mann-conomy/tsconfig": "^1.1.0",
"@mann-conomy/typescript-eslint-config": "^1.0.0",
"@mann-conomy/vdf-utils": "^1.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^24.0.0",
"dotenv": "^16.5.0",
"eslint": "^8.57.1",
"glob": "^11.0.2",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0"
},
"engines": {
"node": ">=8.17.0"
},
"directories": {
"example": "examples",
"test": "test"
}
}