mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
60e4a76fa8
* [Flight] Add rudimentary PG binding * Use nested Maps for parameters * Inline and fix Flow
28 lines
520 B
JSON
28 lines
520 B
JSON
{
|
|
"private": true,
|
|
"name": "react-pg",
|
|
"description": "React bindings for PostgreSQL",
|
|
"version": "0.0.0",
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-pg"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build-info.json",
|
|
"index.js",
|
|
"index.node.js",
|
|
"index.browser.js",
|
|
"cjs/"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^17.0.0",
|
|
"pg": "*"
|
|
},
|
|
"browser": {
|
|
"./index.js": "./index.browser.js"
|
|
}
|
|
}
|