mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"name": "node-postgres",
|
|
"description": "node postgres monorepo",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"repository": "git@github.com:brianc/node-postgres.git",
|
|
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"test": "yarn lerna exec yarn test",
|
|
"lint": "yarn lerna exec --parallel yarn lint"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^3.19.0"
|
|
}
|
|
}
|