-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.66 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"dependencies": {
"electron-reload": "^2.0.0-alpha.1",
"gun": "^0.2020.1235",
"jimp": "^0.16.1",
"random-words": "^1.1.0",
"sirv-cli": "^1.0.14",
"uuid": "^8.3.2"
},
"name": "secureshare",
"description": "What is Secure Share? > A Decentralised App (DApp) for Sharing Secure End-to-End Encrypted (E2EE) Screenshots",
"version": "1.0.0",
"main": "./src/index.ts",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-typescript": "^8.0.0",
"@tsconfig/svelte": "^2.0.0",
"@types/node": "^17.0.8",
"attractions": "^3.7.0",
"electron": "^16.0.6",
"electron-builder": "^22.14.5",
"rollup": "^2.62.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.44.3",
"svelte-check": "^2.0.0",
"svelte-clipboard": "^1.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "electron .",
"dist": "npm run build && electron-builder -mwl",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mangledbottles/SecureShare.git"
},
"keywords": [
"dapp",
"decentralysed",
"e2ee",
"screenshot",
"share",
"secureshare"
],
"author": "Dermot",
"license": "ISC",
"bugs": {
"url": "https://github.com/mangledbottles/SecureShare/issues"
},
"homepage": "https://github.com/mangledbottles/SecureShare#readme"
}