26 lines
604 B
JSON
26 lines
604 B
JSON
{
|
|
"name": "@standardnotes/components-meta",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"src/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "yarn workspaces foreach --parallel run build",
|
|
"preversion": "yarn workspaces foreach --parallel run build",
|
|
"version": "node scripts/package-components.mjs"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "workspaces"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/autobiography-theme": "1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@standardnotes/deterministic-zip": "^1.2.0",
|
|
"@standardnotes/features": "^1.45.1"
|
|
}
|
|
}
|