Files
nms/package.json
2025-11-12 15:53:45 -05:00

29 lines
630 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": {
"@mlc-ai/web-llm": "^0.2.79",
"bootstrap": "^5.3.8",
"css-loader": "^7.1.2",
"nord": "^0.2.1",
"sass": "^1.94.0",
"sass-loader": "^16.0.6",
"style-loader": "^4.0.0",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
},
"devDependencies": {
"webpack-bundle-analyzer": "^4.10.2"
}
}