|
|
@@ -4,6 +4,10 @@
|
|
|
"description": "SingleFile",
|
|
|
"author": "Gildas Lormeau",
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
+ "scripts": {
|
|
|
+ "dev": "npx rollup -c rollup.config.dev.js",
|
|
|
+ "build": "./build-extension.sh"
|
|
|
+ },
|
|
|
"bin": {
|
|
|
"single-file": "./cli/single-file"
|
|
|
},
|