forked from aLIEzsss4/react-watermark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 925 Bytes
/
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
{
"name": "@pansy/react-watermark",
"version": "1.2.0",
"repository": "git@github.com:pansyjs/react-watermark.git",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"files": [
"es",
"lib"
],
"author": "wangxingkang <156148958@qq.com>",
"license": "MIT",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
"build:lib": "father-build",
"test": "walrus test",
"release": "walrus release"
},
"devDependencies": {
"@types/react": "^16.9.48",
"@types/react-dom": "^16.9.8",
"@walrus/cli": "^1.3.1",
"@walrus/plugin-release": "^1.9.1",
"@walrus/plugin-test": "^1.1.0",
"dumi": "^1.0.34",
"father-build": "^1.18.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^4.0.2"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10.9.0",
"yarn": ">=1.3.2"
}
}