warframe-worldstate-data
Version:
Warframe data for use with warframe-worldstate-parser
86 lines (85 loc) • 2.11 kB
JSON
{
"name": "warframe-worldstate-data",
"version": "2.24.10",
"description": "Warframe data for use with warframe-worldstate-parser",
"keywords": [
"warframe-worldstate",
"javascript",
"warframe"
],
"homepage": "https://github.com/wfcd/warframe-worldstate-data#readme",
"bugs": {
"url": "https://github.com/wfcd/warframe-worldstate-data/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wfcd/warframe-worldstate-data.git"
},
"license": "MIT",
"author": "tobitenno",
"contributors": [
"tobitenno",
"cagatayldzz",
"scruffyrules",
"nspacestd",
"dsinn",
"msaracevic",
"Markcreator",
"delfunua",
"esunder",
"dbarbuzzi",
"ViriatoLusitano",
"iPeer",
"IhToN",
"OrcusCZ",
"DaxterSpeed",
"sgkoishi",
"Hikoaki",
"Tithen-Firion"
],
"type": "module",
"exports": {
".": "./exports.js",
"./utilities": "./tools/utilities.js"
},
"main": "exports.js",
"directories": {
"test": "test"
},
"scripts": {
"coverage": "npm test && c8 report --reporter=text-lcov | coveralls",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "eslint --ignore-path .gitignore . --fix",
"prepare": "husky && npx install-peerdeps @wfcd/eslint-config@latest -S",
"sort": "./tools/sortLanguages.js",
"test": "c8 mocha",
"validate": "npm run lint:fix && npm run test && git add -u ."
},
"prettier": "@wfcd/eslint-config/prettier",
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@types/chai": "^5.0.0",
"@types/chai-json-schema": "^1.4.9",
"c8": "^10.1.2",
"chai": "^5.0.3",
"chai-json": "^1.0.0",
"chai-json-schema-ajv": "^5.2.4",
"coveralls": "^3.1.1",
"husky": "^9.0.11",
"lint-staged": "^16.0.0",
"mocha": "^11.0.1",
"prettier": "^3.2.5",
"sinon": "^20.0.0",
"sinon-chai": "^4.0.0",
"yargs": "^17.7.2"
},
"engines": {
"node": ">=18.19.0"
},
"overrides": {
"sinon-chai": {
"chai": "^5.0.3"
}
}
}