rollup-build-webext-config/package.json

13 lines
281 B
JSON
Raw Normal View History

2023-07-28 04:26:25 -04:00
{
2023-07-28 08:29:53 -04:00
"name": "rollup-build-webext-config",
2023-07-28 04:26:25 -04:00
"version": "0.0.0",
2023-07-28 07:48:01 -04:00
"main": "build/index.js",
"type": "module",
"devDependencies": {
2023-07-28 07:48:01 -04:00
"@rollup/plugin-typescript": "^11.1.2",
"@tsconfig/recommended": "^1.0.2",
"@types/chrome": "^0.0.242",
"rollup": "^3.26.3"
}
2023-07-28 04:26:25 -04:00
}