UNPKG

nationstates.js

Version:

A wrapper to interact with the NationStates API.

31 lines (30 loc) 772 B
{ "name": "nationstates.js", "version": "1.0.0", "description": "A wrapper to interact with the NationStates API.", "main": "API.js", "types": "API.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "NationStates", "API", "Wrapper", "Asynchronous" ], "author": "Heaveria", "license": "Creative Commons Attribution 4.0 International License", "repository": "https://github.com/heaveria-ns/nationstates.js", "dependencies": { "@types/node": "^16.11.6", "node-fetch": "^2.6.5", "typedoc-plugin-missing-exports": "^0.22.6", "xml-to-json-stream": "^1.1.0", "xml2js": "^0.4.23" }, "devDependencies": { "@types/node-fetch": "^3.0.3", "typedoc": "^0.22.7" } }