-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1008 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
{
"name": "react-native-text-input-otp",
"version": "1.0.7",
"description": "A light weight react-native and expo split text input",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf ./dist && babel src --out-dir dist",
"prepare": "rimraf ./dist && babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmusaib/react-native-text-input-otp.git"
},
"keywords": [
"otp",
"otp-text-input",
"split-text-input",
"expo-otp",
"expo-otp-text-input"
],
"author": "Muhammad Musaib",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmusaib/react-native-otp-text-input/issues"
},
"homepage": "https://github.com/mmusaib/react-native-otp-text-input#readme",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"metro-react-native-babel-preset": "^0.77.0",
"rimraf": "^5.0.5"
}
}