worldstate-emitter
Version:
Event emitter for worldstate & other warframe events
76 lines (75 loc) • 1.85 kB
JSON
{
"name": "worldstate-emitter",
"version": "2.2.1",
"description": "Event emitter for worldstate & other warframe events",
"keywords": [
"warframe",
"worldstate",
"event",
"emitter"
],
"homepage": "https://wfcd.github.io/worldstate-emitter/",
"bugs": {
"url": "https://github.com/wfcd/worldstate-emitter/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wfcd/worldstate-emitter.git"
},
"license": "Apache-2.0",
"author": "tobiah <tobiah@protonmail.com>",
"type": "module",
"exports": {
".": "./index.js"
},
"main": "index.js",
"directories": {
"test": "test/specs"
},
"scripts": {
"build:docs": "jsdoc -c jsdoc-config.json -d docs",
"coverage": "npm test && npm run report | coveralls",
"dev": "nodemon test/tester.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky && npx install-peerdeps @wfcd/eslint-config@latest -S",
"report": "c8 report --reporter=text-lcov",
"test": "c8 mocha",
"validate": "npm ls"
},
"pre-commit": [
"lint",
"validate",
"test"
],
"dependencies": {
"cron": "^4.0.0",
"rss-feed-emitter": "^3.2.2",
"twitter": "^1.7.1"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@wfcd/eslint-config": "latest",
"c8": "^10.1.2",
"chai": "^5.1.2",
"coveralls": "^3.1.0",
"husky": "^9.0.11",
"install-peerdeps": "^3.0.3",
"lint-staged": "^15.2.2",
"mocha": "^11.0.1",
"nodemon": "^3.0.3",
"prettier": "^3.2.5"
},
"peerDependencies": {
"warframe-worldstate-data": "^2.x",
"warframe-worldstate-parser": "^4.x"
},
"optionalDependencies": {
"colors": "^1.4.0",
"winston": "^3.3.3"
},
"engines": {
"node": ">= 18.19.0"
}
}