forked from yuntan/chromeos-filesystem-nextcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.16 KB
/
package.json
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
34
35
36
{
"name": "chromeos-filesystem-nextcloud",
"version": "3.0.1",
"description": "Nextcloud file system provider for Chrome OS",
"homepage": "https://github.com/yuntan/chromeos-filesystem-nextcloud",
"bugs": {
"url": "https://github.com/yuntan/chromeos-filesystem-nextcloud/issues"
},
"license": "BSD-3-Clause",
"author": {
"name": "Yuto Tokunaga",
"email": "yuntan.sub1@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuntan/chromeos-filesystem-nextcloud.git"
},
"dependencies": {
"uuid": "^7.0.3",
"webdav": "^3.2.0",
"webextension-polyfill": "^0.6.0"
},
"devDependencies": {
"@types/chrome": "0.0.104",
"@types/firefox-webext-browser": "^70.0.1",
"@types/uuid": "^7.0.2",
"ts-loader": "^7.0.0",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"scripts": {
"build": "webpack --config webpack.dev.js",
"package": "webpack --config webpack.prod.js && rm -f ext.zip; zip -r ext.zip manifest.json _locales dist/background.js icons window.js window.html style.css node_modules/webextension-polyfill/dist/browser-polyfill.min.js"
}
}