Files
browser-scripts/package.json
2023-04-09 22:21:14 -05:00

25 lines
773 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.4",
"browser-scripts-builder": "git+ssh://git@git.zomo.dev:zomo/browser-scripts-builder.git",
"eslint": "^8.38.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
}
}