24 lines
567 B
JSON
24 lines
567 B
JSON
{
|
|
"name": "browser-scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prettier": "prettier --write .",
|
|
"build": "npm run prettier && node esbuild.mjs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.zomo.dev:zomo/browser-scripts.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/greasemonkey": "^4.0.3",
|
|
"esbuild": "^0.14.42",
|
|
"eslint": "^8.17.0",
|
|
"prettier": "^2.6.2",
|
|
"typescript": "^4.7.3"
|
|
}
|
|
}
|