@virtron/agency-tools
Version:
A collection of utility tools for the Agency project.
34 lines (33 loc) • 747 B
JSON
{
"name": "@virtron/agency-tools",
"version": "2.1.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"No tests yet\""
},
"keywords": [
"agency",
"tools",
"utility",
"javascript",
"npm"
],
"author": "Vincent M. Cornelius II",
"license": "MIT",
"description": "A collection of utility tools for the Agency project.",
"repository": {
"type": "git",
"url": "https://github.com/Vince489/Agency-Tools"
},
"bugs": {
"url": "https://github.com/Vince489/Agency-Tools/issues"
},
"homepage": "https://github.com/Vince489/Agency-Tools#readme",
"dependencies": {
"cheerio": "^0.22.0",
"mathjs": "^11.9.0",
"luxon": "^3.4.1",
"node-fetch": "^3.3.2"
}
}