rentgen/package.json

32 lines
882 B
JSON

{
"name": "problematic-requests",
"version": "1.0.0",
"description": "",
"main": "email-template-harsh.js",
"scripts": {
"build": "npx esbuild sidebar/sidebar.tsx test.ts --bundle report-window/report-window.tsx --bundle background.ts --bundle --outdir=./lib",
"watch": "npm run build -- --watch",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://git.kuba-orlik.name/kuba/problematic-requests.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@iabtcf/core": "^1.3.1",
"@types/proposal-relative-indexing-method": "^0.1.0",
"esbuild": "^0.13.3",
"events": "^3.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tai-password-strength": "^1.1.3"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/react-dom": "^17.0.9",
"web-ext-types": "^3.2.1"
}
}