17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"name": "hollywoo-sourcer",
|
|
"version": "0.0.0",
|
|
"description": "firefox extension to source hollywoo project assets from the web",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "dts2hx --all --noLibWrap"
|
|
},
|
|
"dependencies": {
|
|
"@types/webextension-polyfill": "^0.10.0",
|
|
"webextension-polyfill": "^0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"dts2hx": "^0.19.0"
|
|
}
|
|
}
|