Files
nms/package.json

25 lines
527 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": {
"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"
}
}