-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
66 lines (66 loc) · 1.7 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
{
"publishConfig": {
"access": "public"
},
"name": "@isomorphic-git/lightning-fs",
"version": "0.0.0-development",
"description": "A lean and fast 'fs' for the browser",
"main": "src/index.js",
"unpkg": "dist/lightning-fs.min.js",
"bin": {
"superblocktxt": "src/superblocktxt.js"
},
"scripts": {
"test": "karma start --single-run",
"build": "webpack",
"semantic-release": "semantic-release"
},
"dependencies": {
"@isomorphic-git/idb-keyval": "3.3.2",
"isomorphic-textencoder": "1.0.1",
"just-debounce-it": "1.1.0",
"just-once": "1.1.0"
},
"devDependencies": {
"karma": "^6.4.2",
"karma-browserstack-launcher": "^1.5.1",
"karma-chrome-launcher": "3.1.0",
"karma-edge-launcher": "^0.4.2",
"karma-fail-fast-reporter": "1.0.5",
"karma-firefox-launcher": "1.2.0",
"karma-ie-launcher": "1.0.0",
"karma-jasmine": "2.0.1",
"karma-junit-reporter": "1.2.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^4.3.6",
"karma-verbose-reporter": "0.0.6",
"karma-webpack": "^5.0.0",
"prettier": "^1.15.3",
"puppeteer": "^1.10.0",
"semantic-release": "^21.0.9",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isomorphic-git/lightning-fs.git"
},
"files": [
"**/*.js",
"index.d.ts",
"!__tests__",
"!coverage"
],
"keywords": [
"browser",
"fs",
"indexeddb",
"idb"
],
"author": "William Hilton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/isomorphic-git/lightning-fs/issues"
},
"homepage": "https://github.com/isomorphic-git/lightning-fs#readme"
}