generated from yz1311/taro-utils
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
47 lines (46 loc) · 1.04 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
{
"name": "@yz1311/taro-signature-pad",
"version": "0.0.1",
"description": "taro3手写签名库",
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yz1311/taro-signature-pad.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"taro",
"taro3",
"signature",
"signature-pad",
"signature pad"
],
"author": "yz1311",
"license": "MIT",
"bugs": {
"url": "https://github.com/yz1311/taro-signature-pad/issues"
},
"homepage": "https://github.com/yz1311/taro-signature-pad#readme",
"dependencies": {
},
"devDependencies": {
"@types/react": "^16.9.17",
"@types/node": "^14.14.10",
"@tarojs/components": "^3.0.11",
"@tarojs/taro": "^3.0.11",
"react": "^16.10.0",
"typescript": "^3.5.2",
"classnames": "^2.2.6"
},
"peerDependencies": {
"@tarojs/taro": "^3.0.0",
"react": "^16.10.0",
"classnames": "^2.2.6"
}
}