38 lines
864 B
JSON
38 lines
864 B
JSON
{
|
|
"name": "@wxt-dev/browser",
|
|
"description": "Provides a cross-browser API for using extension APIs and types based on @types/chrome",
|
|
"version": "0.1.34",
|
|
"type": "module",
|
|
"main": "src/index.mjs",
|
|
"types": "src/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wxt-dev/wxt.git",
|
|
"directory": "packages/browser"
|
|
},
|
|
"scripts": {
|
|
"check": "check",
|
|
"gen": "tsx scripts/generate.ts"
|
|
},
|
|
"author": {
|
|
"name": "Aaron Klinker",
|
|
"email": "aaronklinker1+wxt@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"devDependencies": {
|
|
"@types/chrome": "0.1.34",
|
|
"fs-extra": "^11.3.1",
|
|
"nano-spawn": "^1.0.2",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^4.0.16"
|
|
},
|
|
"dependencies": {
|
|
"@types/filesystem": "*",
|
|
"@types/har-format": "*"
|
|
},
|
|
"peerDependencies": {}
|
|
}
|