39 lines
882 B
JSON
39 lines
882 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.1",
|
|
"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.1",
|
|
"fs-extra": "^11.3.0",
|
|
"nano-spawn": "^0.2.0",
|
|
"tsx": "4.19.4",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/filesystem": "*",
|
|
"@types/har-format": "*"
|
|
},
|
|
"peerDependencies": {}
|
|
}
|