26 lines
543 B
JSON
26 lines
543 B
JSON
{
|
|
"name": "readable-monorepo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint .",
|
|
"prepare": "husky install"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"readable": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.26.2",
|
|
"@commitlint/config-conventional": "^17.6.6",
|
|
"@commitlint/types": "^17.4.4",
|
|
"eslint": "^8.44.0",
|
|
"husky": "^8.0.3"
|
|
}
|
|
}
|