wip: add package.json to smoke
This commit is contained in:
parent
7607ec4863
commit
2f002614e0
1 changed files with 8 additions and 0 deletions
8
scripts/memory/project/package.json
Normal file
8
scripts/memory/project/package.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "@test/smoke",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "workspace:*"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue