forked from envoy/react-native-key-commands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 970 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
{
"name": "@dotconnor/react-native-key-commands",
"version": "0.0.5",
"homepage": "https://github.com/dotconnor/react-native-key-commands",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"react-native"
],
"files": [
"dist",
"ios",
"KeyCommands.podspec"
],
"license": "MIT",
"author": "Fang-Pen Lin <[email protected]>",
"scripts": {
"test": "exit 0;",
"build": "tsc",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@types/node": "^8.0.26",
"@types/react": "^16.0.5",
"@types/react-native": "^0.47.8",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-a1motion": "^3.1.2",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"prettier": "^1.19.1",
"typescript": "^2.4.2"
}
}