UNPKG

fe-pilot

Version:

scanner in web, phonebook in web, autofill otp in web, share web, TextToSpeech in web, Voice Recognition in web, live location tracking in web, detect my location web, wakelock in web, color picker, WhatsappShare, SnapScanner, NetworkMonitor, View360

163 lines (162 loc) 4.22 kB
{ "name": "fe-pilot", "version": "1.7.2", "description": "scanner in web, phonebook in web, autofill otp in web, share web, TextToSpeech in web, Voice Recognition in web, live location tracking in web, detect my location web, wakelock in web, color picker, WhatsappShare, SnapScanner, NetworkMonitor, View360", "main": "index.js", "scripts": { "test": "echo \"Success: Verified\"", "precreate": "npm pkg set keywords[].=$npm_config_component", "create": "node ./__app/script/boilerPlate.js", "postcreate": "npm pkg set files[].=$npm_config_component/", "start": "npm run local", "local": "NODE_ENV=development babel __app/component -d __build --watch", "preprod": "node ./__app/script/generateIndex.js", "prod": "NODE_ENV=production BABEL_ENV=minify babel __app/component -d __build --out-file-extension .js", "commit": "npm run lint:check && git-cz", "lint:check": "lint-staged", "lint:fix": "eslint . --fix", "semantic-release": "semantic-release --branches master", "prod:unminified": "NODE_ENV=production babel __app/component -d __build" }, "author": { "name": "opensrc0", "email": "opensrc0@gmail.com" }, "maintainers": [ { "name": "opensrc0", "email": "opensrc0@gmail.com" }, { "name": "Himanshu Gupta", "email": "25himanshugupta@gmail.com" }, { "name": "Ashwini Hegde", "email": "sirsiashwini@gmail.com" }, { "name": "Alok Dubey", "email": "kpalokdubey@gmail.com" } ], "license": "MIT", "lint-staged": { "*.js": [ "eslint" ] }, "repository": { "type": "git", "url": "git+https://github.com/opensrc0/fe-pilot.git" }, "bugs": { "url": "https://github.com/opensrc0/fe-pilot/issues" }, "homepage": "https://github.com/opensrc0/fe-pilot#readme", "keywords": [ "in web", "in javascript", "in react", "Plug & Play", "components", "web component", "frontend", "library", "react", "react components", "ui component", "ui library", "web", "advanced component", "advanced feature", "scanner", "phonebook", "voice", "autofillotp", "share", "livelocationtracking", "detectmylocation", "colorpicker", "wakelock", "WhatsappShare", "NetworkConnection", "TextToSpeech", "VoiceRecognition", "SnapScanner", "NetworkMonitor", "View360" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "release": { "branches": [ "master", "next" ], "plugins": [ "@semantic-release/npm", "@semantic-release/release-notes-generator", "@semantic-release/commit-analyzer", "@semantic-release/changelog", "@semantic-release/git", "@semantic-release/github" ] }, "files": [ "__build/**", "./index.js", "AutoFillOtp/", "Bluetooth/", "FaceDetector/", "CopyToClipboard/", "LiveLocationTracking/", "LocateMe/", "MobileNavBar/", "PhoneBook/", "Scanner/", "Share/", "TextToSpeech/", "VoiceRecognition/", "Vibrate/", "ColorPicker/", "WhatsappShare/", "SnapScanner/", "WakeLock/", "NetworkMonitor/", "View360/" ], "exports": { "./*": { "types": "./__build/*/index.js", "default": "./__build/*/index.js", "import": "./__build/*/index.js", "require": "./__build/*/index.js" } }, "devDependencies": { "@babel/cli": "^7.23.9", "@babel/core": "^7.24.3", "@babel/preset-env": "^7.24.3", "@babel/preset-react": "^7.23.3", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@skypack/package-check": "^0.2.2", "babel-minify": "^0.5.2", "babel-plugin-minify-dead-code-elimination": "^0.5.2", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "lint-staged": "^15.2.2", "mkdirp": "^3.0.1", "semantic-release": "^24.2.3" }, "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" } }