e894b4958f
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
18 lines
446 B
JSON
18 lines
446 B
JSON
{
|
|
"name": "@e2b/monorepo",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"version": "changeset version && npm run postVersion --workspaces --if-present",
|
|
"publish": "changeset publish && npm run postPublish --workspaces --if-present",
|
|
"test": "npm run test --workspaces --if-present"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"dependencies": {
|
|
"@changesets/cli": "^2.26.2",
|
|
"@changesets/read": "^0.5.9"
|
|
}
|
|
}
|