PromucFlow_constructor/app/shared/package.json
Aman Agarwal 3b00508c1e
feat: ast mono repo poc (#15610)
* POC for Shared AST Logic using Yarn Symlinks

* fix: preinstall script for bundling shared packages

* Merge commit

* fix: updated the script to link, unlink the package as shared dep

* fix: updated dependencies

* Add a post-install script and fix yarn.lock file

* Remove commented code

* fix: added verification script, readme, moved scripts to shared

Co-authored-by: Ayangade Adeoluwa <adeoluayangade@yahoo.com>
2022-08-11 20:59:26 +05:30

11 lines
198 B
JSON

{
"name": "shared",
"devDependencies": {},
"dependencies": {
"prompts": "^2.4.2"
},
"scripts": {
"verify": "yarn install && node --experimental-modules verify-shared-dep.js"
}
}