nwa/nwa/app/package.json

38 lines
901 B
JSON

{
"name": "nwa",
"version": "0.1.2",
"version_date": "2026-07-17",
"description": "Node Web App",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jehaverlack/nwa.git"
},
"author": "John Haverlack",
"copyright": "2026 John Haverlack",
"license": "MIT",
"license_url": "https://opensource.org/license/MIT",
"bugs": {
"url": ""
},
"homepage": "https://github.com/jehaverlack/nwa",
"dependencies": {
"@alenaksu/json-viewer": "^2.0.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"bootstrap": "^5.3.7",
"bootstrap-icons": "^1.13.1",
"csv-parse": "^7.0.1",
"express": "^5.1.0",
"marked": "^15.0.11",
"mathjax-full": "^3.2.1",
"node-fetch": "^3.3.2",
"open": "^11.0.0",
"serve-index": "^1.9.1",
"yargs": "^18.0.0"
}
}