diff --git a/package.json b/package.json index aafd1a4..ef94e3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@freakycoder/react-native-text-area", - "version": "0.1.5", + "name": "@kuraydev/react-native-text-area", + "version": "1.0.0", "description": "Simple and easy to use TextArea for React Native", "keywords": [ "ios", @@ -23,7 +23,7 @@ "homepage": "https://www.freakycoder.com", "bugs": "https://github.com/WrathChaos/react-native-text-area/issues", "main": "./build/dist/RNTextArea.js", - "repository": "git@github.com:WrathChaos/react-native-text-area.git", + "repository": "git@github.com:kuraydev/react-native-text-area.git", "author": "Kuray (FreakyCoder) ", "license": "MIT", "scripts": { @@ -59,5 +59,22 @@ "npx prettier --write", "eslint src/*.js --fix-dry-run" ] - } + }, + "dependencies": { + "tslib": "^2.1.0" + }, + "types": "./build/dist/RNTextArea.d.ts", + "exports": { + ".": { + "types": "./build/dist/RNTextArea.d.ts", + "default": "./build/dist/RNTextArea.js" + }, + "./package.json": "./package.json" + }, + "files": [ + "build", + "lib", + "README.md", + "LICENSE" + ] }