naruto-run
Version:
A simple React component for running Vonage's Network Precall Test.
65 lines (64 loc) • 1.5 kB
JSON
{
"name": "naruto-run",
"version": "0.1.11",
"description": "A simple React component for running Vonage's Network Precall Test.",
"author": "Abhishek Mogaveera",
"keywords": [
"react",
"vonage",
"network-test",
"precall-test",
"opentok",
"tokbox"
],
"private": false,
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"dependencies": {
"@opentok/client": "^2.21.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"opentok": "^2.12.1",
"opentok-network-test-js": "^2.4.3",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.14.5"
}
}