UNPKG

warframe-nexus-query

Version:

Query prices form nexus-stats.com and warframe.market.

74 lines (73 loc) 1.86 kB
{ "name": "warframe-nexus-query", "version": "2.3.3", "description": "Query prices form nexus-stats.com and warframe.market.", "keywords": [ "warframe", "trading", "warframe-nexus", "warframe-trading" ], "homepage": "https://github.com/WFCD/warframe-nexus-query#README", "bugs": { "url": "https://github.com/WFCD/warframe-nexus-query/issues" }, "repository": { "type": "git", "url": "git+https://github.com/WFCD/warframe-nexus-query.git" }, "license": "Apache-2.0", "author": "tobitenno", "type": "module", "main": "index.js", "types": "./types/index.d.ts", "directories": { "test": "test" }, "files": [ "lib", "index.js", "basedir.js", "types" ], "scripts": { "build:docs": "jsdoc -c jsdoc-config.json -d docs", "coverage": "npm test && c8 report --reporter=text-lcov | npx coveralls", "lint": "eslint index.js lib/ test/", "lint:fix": "eslint index.js lib/ test/ --fix", "prepare": "husky", "test": "c8 mocha" }, "dependencies": { "flat-cache": "^6.1.19", "json-query": "^2.2.2", "node-md-config": "^2.0.1", "numeral": "^2.0.6" }, "devDependencies": { "@commitlint/cli": "^21.0.1", "@commitlint/config-conventional": "^21.0.1", "@stylistic/eslint-plugin": "^5.10.0", "@types/json-query": "^2.2.0", "c8": "^12.0.0", "chai": "^6.0.1", "eslint": "^10.6.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import-x": "^4.17.1", "eslint-plugin-no-null": "^1.0.2", "eslint-plugin-prettier": "^5.5.6", "eslint-stylistic-airbnb": "^3.2.0", "globals": "^17.7.0", "husky": "^9.0.11", "lint-staged": "^17.0.5", "mocha": "^11.0.1", "prettier": "^3.2.5" }, "engines": { "node": ">=24", "npm": ">=11" }, "publishConfig": { "provenance": true } }