forked from poohia/react-native-prompt-cross
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1005 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
{
"name": "react-native-prompt-cross",
"version": "1.0.3",
"description": "React Native Prompt cross platform",
"main": "./dist/index.js",
"keywords": [
"react-native",
"prompt"
],
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"LICENSE"
],
"author": {
"name": "Jordan AZOULAY",
"email": "[email protected]",
"url": "https://github.com/poohia"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git://github.com/poohia/react-native-prompt-cross.git"
},
"bugs": {
"url": "https://github.com/poohia/react-native-prompt-cross/issues"
},
"homepage": "https://github.com/poohia/react-native-prompt-cross",
"devDependencies": {
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12"
},
"scripts": {
"build-ts": "tsc; mv src/*.js dist/; cp src/index.ts dist/index.d.ts;cp src/*.ts* dist",
"build-yalc": "npm run build-ts; yalc publish --push --private"
}
}