@juice789/tf2items
Version:
tf2 item schema thingys
38 lines (37 loc) • 764 B
JSON
{
"name": "@juice789/tf2items",
"version": "1.0.33",
"description": "tf2 item schema thingys",
"main": "app.js",
"scripts": {
"test": "jest"
},
"keywords": [
"tf2",
"sku"
],
"author": "juice789",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/juice789/tf2items"
},
"bugs": {
"url": "https://github.com/juice789/tf2items/issues"
},
"devDependencies": {
"jest": "^30.0.5",
"redux-saga-test-plan": "^4.0.6"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"dependencies": {
"remove-accents": "^0.5.0",
"axios": "^1.11.0",
"ramda": "^0.31.3",
"redux-saga": "^1.3.0",
"vdf": "^0.0.2"
}
}