react-native-code-edit
Version:
A lightweight code editor for React Native
41 lines (40 loc) • 892 B
JSON
{
"name": "react-native-code-edit",
"version": "0.1.2",
"description": "A lightweight code editor for React Native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/jordangarvey/React-Native-Code-Edit",
"author": {
"name": "Jordan Garvey",
"email": "jordan.garvey@icloud.com"
},
"license": "MIT",
"private": false,
"keywords": [
"react-native",
"reactjs",
"reactnative",
"code",
"code-editor",
"editor"
],
"bugs": {
"email": "jordan.garvey@icloud.com",
"url": "https://github.com/jordangarvey/React-Native-Code-Edit/issues"
},
"scripts": {
"build": "tsc",
"prepublish": "tsc"
},
"dependencies": {
"react": "^16.13.1",
"react-native": "^0.62.2",
"react-native-parsed-text": "^0.0.22"
},
"devDependencies": {
"@types/react": "^16.9.35",
"@types/react-native": "^0.62.12",
"typescript": "^3.9.3"
}
}