react-native-ecommerce-components
Version:
A compilation of components to optimize the development of your ecommerce
47 lines (46 loc) • 1.55 kB
JSON
{
"name": "react-native-ecommerce-components",
"version": "6.1.9",
"description": "A compilation of components to optimize the development of your ecommerce",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"compileMacOS": "npx tsc && rm -rf ../Test/node_modules/react-native-ecommerce-components/lib && cp -r lib ../Test/node_modules/react-native-ecommerce-components/",
"compileWindows": "npx tsc && (if exist ..\\Test\\node_modules\\react-native-ecommerce-components\\lib (rd /s /q ..\\Test\\node_modules\\react-native-ecommerce-components\\lib)) && mkdir ..\\Test\\node_modules\\react-native-ecommerce-components\\lib && xcopy /e /y lib ..\\Test\\node_modules\\react-native-ecommerce-components\\lib\\",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react",
"mobile",
"react-native-ecommerce-components",
"ecommerce",
"react-native-ecommerce"
],
"author": {
"name": "Danilo Lima",
"email": "danilojldeo@hotmail.com"
},
"bugs": {
"url": "https://github.com/Danilo-Js/react-native-ecommerce-components"
},
"repository": {
"type": "git",
"url": "git://github.com/Danilo-Js/react-native-ecommerce-components"
},
"license": "MIT",
"dependencies": {
"react-native-responsive-screen": "^1.4.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.70.3",
"typescript": "^4.8.3"
}
}