TypeScript/tests/cases/user/formik/package.json

17 lines
322 B
JSON
Raw Normal View History

{
"name": "formik",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"formik": "latest",
"@types/react": "latest",
"@types/prop-types": "latest"
}
}