25 lines
755 B
JSON
25 lines
755 B
JSON
{
|
|
"name": "browser-scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prettier": "prettier --write .",
|
|
"build": "npm run prettier && bsbuild -p -u https://git.zomo.dev/zomo/browser-scripts",
|
|
"watch": "bsbuild -p -w -u https://git.zomo.dev/zomo/browser-scripts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.zomo.dev:zomo/browser-scripts.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/greasemonkey": "^4.0.3",
|
|
"browser-scripts-builder": "git+ssh://git@git.zomo.dev:zomo/browser-scripts-builder.git",
|
|
"eslint": "^8.22.0",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|