13 lines
281 B
JSON
13 lines
281 B
JSON
{
|
|
"name": "rollup-build-webext-config",
|
|
"version": "0.0.0",
|
|
"main": "build/index.js",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^11.1.2",
|
|
"@tsconfig/recommended": "^1.0.2",
|
|
"@types/chrome": "^0.0.242",
|
|
"rollup": "^3.26.3"
|
|
}
|
|
}
|