26 lines
561 B
JSON
26 lines
561 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"
|
|
}
|
|
}
|