Init commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "@evofw/shared",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./contracts/*": "./src/contracts/*.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "echo \"shared: scaffold — skip\"",
|
||||
"lint": "echo \"shared: scaffold — skip\""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export {}
|
||||
Reference in New Issue
Block a user