Files
nms/package.json
2025-11-10 16:28:20 -05:00

19 lines
367 B
JSON

{
"name": "nms",
"version": "1.0.0",
"description": "AI Job Application tool for Firefox",
"repository": {
"type": "git",
"url": "https://git.corrupt.link/liz/nms.git"
},
"license": "MPL-2.0",
"author": "Elizabeth Cray",
"scripts": {
"build": "webpack"
},
"dependencies": {
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
}
}