-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 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
{
"name": "supercharged-storage",
"version": "1.0.0",
"description": "A supercharged storage for the web that let's you achieve unimaginable things with your preferred underlying storage medium",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.mjs",
"source": "src/index.js",
"unpkg": "dist/index.umd.js",
"files": [
"dist"
],
"scripts": {
"build": "microbundle",
"dev": "microbundle watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streaver/supercharged-storage.git"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-jest": "^24.7.1",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.16.0",
"jest": "^24.7.1",
"jest-date-mock": "^1.0.8",
"jest-when": "^2.7.0",
"microbundle": "^0.11.0",
"prettier": "1.19.1"
},
"bugs": {
"url": "https://github.com/streaver/supercharged-storage/issues"
},
"keywords": [
"supercharged",
"storage",
"localStorage",
"sessionStorage",
"web"
],
"author": "",
"license": "MIT",
"homepage": "https://github.com/streaver/supercharged-storage#readme"
}