-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
109 lines (109 loc) · 3.31 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "tiddlywiki-ipfs",
"version": "0.4.0-beta-tw-v5.1.23+build-210524449",
"description": "IPFS with TiddlyWiki",
"main": "./cli-tiddlywiki-ipfs.js",
"directories": { "test": "tests" },
"type": "commonjs",
"browserslist": [
"> 1%",
"and_chr >= 85",
"chrome >= 83",
"edge >= 83",
"firefox >= 77",
"ios_saf >= 13.3",
"safari >= 13.1",
"not ios_saf 12.2-12.4",
"not ie 11",
"not ie_mob > 0",
"not op_mini all",
"not samsung > 0",
"not and_uc > 0"
],
"browserify": { "transform": [ "babelify" ] },
"scripts": {
"build": "./bin/build.sh",
"build-bluelightav": "./bin/build-bluelightav.sh",
"build-uploader": "./bin/cli-build-uploader.sh",
"build-tiddlywiki-ipfs": "./bin/build-tiddlywiki-ipfs.sh",
"download": "./bin/download.sh",
"precommit": "lint-staged",
"prepare": "yarn snyk-protect",
"prettier-standard": "prettier-standard --format --lint",
"publisher": "./bin/cli-publisher.sh",
"semver": "./bin/cli-semver.sh",
"snyk-monitor": "snyk monitor --all-projects",
"snyk-protect": "snyk protect",
"test": "./bin/test.sh --verbose",
"testc": "./bin/test.sh --coverage",
"testw": "./bin/test.sh --watch",
"tiddlywiki-ipfs": "./bin/cli-tiddlywiki-ipfs.sh",
"updater": "./bin/cli-updater.sh",
"uploader": "./bin/cli-uploader.sh"
},
"lint-staged": { "*": [ "prettier-standard --lint" ] },
"repository": {
"type": "git",
"url": "git+https://github.com/xmaysonnave/tiddlywiki-ipfs.git"
},
"keywords": [ "ens", "ipfs", "tiddlywiki" ],
"author": "Xavier Maysonnave",
"license": "GPL-3.0-or-later",
"bugs": { "url": "https://github.com/xmaysonnave/tiddlywiki-ipfs/issues" },
"homepage": "https://github.com/xmaysonnave/tiddlywiki-ipfs",
"dependencies": {
"@multiformats/base-x": "^4.0.1",
"async-mutex": "^0.3.1",
"buffer": "^6.0.3",
"cids": "1.1.6",
"filenamify": "^4.3.0",
"ipfs-provider": "^2.0.1",
"uint8arrays": "^2.1.5",
"xmlhttprequest-ssl": "1.6.3"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/runtime-corejs3": "^7.14.0",
"@metamask/detect-provider": "^1.2.0",
"abort-controller": "^3.0.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"build-number-generator": "^1.0.0",
"chai": "^4.3.4",
"core-js": "^3.12.1",
"dotenv": "^10.0.0",
"electron-webrtc": "^0.3.0",
"eruda": "^2.4.1",
"eslint": "^7.27.0",
"eth-sig-util": "https://github.com/xmaysonnave/eth-sig-util#v3.1.1",
"ethers": "^5.2.0",
"gzipper": "^4.5.0",
"husky": "^6.0.0",
"ipfs": "^0.55.1",
"ipfs-http-client": "50.0.0",
"json-beautify": "^1.1.1",
"keccak": "^3.0.1",
"lint-staged": "^11.0.0",
"loglevel": "^1.7.1",
"mocha": "^8.4.0",
"node-fetch": "^2.6.1",
"pako": "^2.0.3",
"prettier-standard": "^16.4.1",
"replace": "^1.2.1",
"sinon": "^10.0.1",
"sjcl": "^1.0.8",
"snyk": "^1.606.0",
"terser": "^5.7.0",
"tiddlywiki": "^5.1.23",
"timeout-signal": "^1.1.0",
"typescript": "^4.2.4",
"webrtc": "^1.14.1",
"wrtc": "^0.4.7",
"yargs": "^17.0.1"
},
"engines": { "node": ">=16.2.0", "yarn": ">=1.22.5" },
"os": [ "!darwin", "linux", "!win32" ],
"snyk": true
}