-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.47 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
{
"name": "foca-taro-storage",
"version": "1.0.4",
"repository": "[email protected]:foca-js/foca-taro-storage.git",
"keywords": [
"redux-persist",
"taro-persist",
"taro-storage"
],
"description": "Foca持久化taro引擎",
"contributors": [
"罪 <[email protected]> (https://github.com/geekact)"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"sideEffects": true,
"scripts": {
"prepublishOnly": "tsup",
"prepare": "husky install"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"volta": {
"node": "16.16.0",
"pnpm": "7.18.2"
},
"packageManager": "[email protected]",
"files": [
"dist",
"LICENSE",
"package.json",
"README.md",
"CHANGELOG.md"
],
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"peerDependencies": {
"@tarojs/taro": "^3.0.0",
"foca": ">=0.11.0",
"react": ">=16.9.0"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@swc/core": "^1.3.23",
"@tarojs/taro": "^3.5.10",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"foca": "^1.3.0",
"husky": "^8.0.2",
"prettier": "^2.8.1",
"react": "^18.2.0",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
}
}