-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.21 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.21 KB
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
{
"license": "MIT",
"version": "3.0.0",
"name": "react-native-transcript-karaoke",
"description": "Karaoke-style transcript manipulation for react native",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"react",
"react-native",
"react-native-transcript-karaoke",
"transcript",
"karaoke",
"ios",
"android",
"track-player",
"react-native-track-player"
],
"author": "Ross MacPhee (https://ross.software)",
"repository": "https://github.com/rossyman/react-native-transcript-karaoke",
"homepage": "https://github.com/rossyman/react-native-transcript-karaoke",
"bugs": "https://github.com/rossyman/react-native-transcript-karaoke/issues",
"scripts": {
"build": "npx tsc",
"lint": "npx eslint ./src"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.70.6",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"typescript": "^4.8.4"
}
}