six-caver-js
Version:
caver-js is a JavaScript API library that allows developers to interact with a Klaytn node
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "test-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.1.10",
"caver-js": "file:../..",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "4.0.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "npm run testWatch -- --watchAll=false",
"testWatch": "react-scripts test --env=jest-environment-jsdom-sixteen",
"eject": "react-scripts eject",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"cypress": "^7.0.0",
"pm2": "^4.5.5"
}
}