-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 848 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "webpipe",
"version": "0.1.0",
"description": "Terminal pipes in the web",
"main": "background.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pipe",
"web"
],
"author": "madacol",
"license": "MIT",
"devDependencies": {
"@types/chrome": "^0.0.178",
"@types/firefox-webext-browser": "^94.0.1"
},
"dependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"css-selector-generator": "^3.6.0",
"rollup": "^2.68.0",
"rollup-plugin-chrome-extension": "^3.6.7",
"rollup-plugin-empty-dir": "^1.0.5",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-zip": "^1.0.3",
"svelte": "^3.46.4"
}
}