-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "@airship/rn-components",
"version": "0.2.4",
"description": "React Native components, from basic inputs to animated wrappers, created by Airship to build quality apps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/teamairship/rn-components",
"author": "Austin Jones (jonesaustindev)",
"license": "MIT",
"private": false,
"keywords": [
"react-native",
"airship",
"teamairship",
"rn-components",
"@airship/rn-components"
],
"scripts": {
"build": "rm -rf ./dist && npx tsc",
"publish": "yarn build && npm publish"
},
"devDependencies": {
"@types/node": "^14.14.33",
"@types/react": "^17.0.2",
"@types/react-native": "^0.63.50",
"eslint": "^7.20.0",
"react": "^17.0.1",
"react-native": "^0.63.4",
"react-native-gesture-handler": "^1.10.3",
"typescript": "^4.1.5"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/teamairship/rn-components/issues"
},
"homepage": "https://github.com/teamairship/rn-components#readme"
}