@juice789/tf2items
Version:
tf2 item schema thingys
46 lines (45 loc) • 958 B
JSON
{
"name": "@juice789/tf2items",
"version": "2.0.0",
"description": "tf2 item schema thingys",
"main": "app.js",
"type": "module",
"exports": {
"browser": "./browser.js",
"default": "./app.js"
},
"scripts": {
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
},
"jest": {
"transform": {}
},
"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": {
"cross-env": "^10.1.0",
"jest": "^30.0.5",
"redux-saga-test-plan": "^4.0.6"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"dependencies": {
"axios": "^1.11.0",
"redux-saga": "^1.3.0",
"remove-accents": "^0.5.0",
"vdf": "^0.0.2"
}
}