26 lines
807 B
JSON
26 lines
807 B
JSON
{
|
|
"name": "browser-scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prettier": "prettier --write .",
|
|
"build": "npm run prettier && bsbuild -pr -u https://git.zomo.dev/zomo/browser-scripts -b main",
|
|
"watch": "bsbuild -pr -w -u https://git.zomo.dev/zomo/browser-scripts -b main"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.zomo.dev:zomo/browser-scripts.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/greasemonkey": "^4.0.7",
|
|
"@types/node": "^25.0.0",
|
|
"browser-scripts-builder": "git+ssh://git@git.zomo.dev:zomo/browser-scripts-builder.git",
|
|
"eslint": "^9.39.1",
|
|
"prettier": "^3.7.4",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|