UNPKG

eve-online-sde

Version:

Just a package exposing the data from the EVE Online static data export

39 lines 929 B
{ "name": "eve-online-sde", "version": "123.6.8+Invasion-1.0", "description": "Just a package exposing the data from the EVE Online static data export", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "mocha test --timeout 10000", "update-sde": "node ./scripts/update-sde.js" }, "repository": { "type": "git", "url": "git+https://github.com/weswigham/eve-online-sde.git" }, "keywords": [ "eve", "online", "static", "data", "export", "sde" ], "author": "Wesley Wigham (weswigham)", "license": "MIT", "bugs": { "url": "https://github.com/weswigham/eve-online-sde/issues" }, "homepage": "https://github.com/weswigham/eve-online-sde#readme", "dependencies": { "js-yaml": "^3.10.0" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0", "rimraf": "^2.6.1", "scrape-it": "^3.3.0", "unzipper": "^0.8.8" } }