23 lines
544 B
JSON
23 lines
544 B
JSON
{
|
|
"name": "@rondo.dev/react-captcha",
|
|
"repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/react-captcha",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "tslint --project .",
|
|
"compile": "tsc",
|
|
"clean": "rm -rf lib/"
|
|
},
|
|
"dependencies": {
|
|
"react": "^16.11.0"
|
|
},
|
|
"main": "lib/index.js",
|
|
"module": "esm/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"devDependencies": {
|
|
"@rondo.dev/react-test": "file:../react-test",
|
|
"react-dom": "^16.11.0"
|
|
}
|
|
}
|