-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "react-native-lrc",
"version": "1.0.0-beta.1",
"author": "Warrior!<[email protected]>",
"license": "MIT",
"keywords": [
"react-native",
"lrc",
"lyric",
"react-native-web",
"react",
"component"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wubocong/react-native-lrc.git"
},
"bugs": {
"url": "https://github.com/wubocong/react-native-lrc/issues"
},
"homepage": "https://github.com/wubocong/react-native-lrc#readme",
"scripts": {
"build": "microbundle-crl --no-compress -f es,cjs",
"dev": "microbundle-crl watch --no-compress -f es,cjs",
"prepublishOnly": "npm run build"
},
"main": "dist/index.js",
"module": "dist/index.m.js",
"source": "src/index.tsx",
"peerDependencies": {
"react": "16.13.1",
"react-native": "0.63.3"
},
"devDependencies": {
"microbundle-crl": "~0.13.11",
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.2",
"@react-native-community/eslint-config": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.5.1"
}
}