forked from tanguyantoine/react-native-music-control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "react-native-music-control",
"version": "0.9.7",
"description": "Add information on lockscreen and control playing music",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"ios/",
"android/",
"lib/",
"*.podspec"
],
"keywords": [
"react",
"react-native",
"remote controls",
"lockscreen",
"nowplaying",
"MPNowPlayingInfoCenter",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "https://github.com/tanguyantoine/react-native-music-control.git"
},
"author": "Tanguy Antoine",
"peerDependencies": {
"react-native": ">=0.40.0"
},
"scripts": {
"prepack": "tsc -p tsconfig.json",
"start": "tsc -p tsconfig.json -w",
"test": "echo 'no tests'",
"semantic-release:ci": "semantic-release --no-ci"
},
"rnpm": {},
"devDependencies": {
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.7",
"@types/react-native": "^0.57.11",
"semantic-release": "^15.12.1",
"typescript": "^3.1.6"
}
}