Initial Coworker app scaffold
This commit is contained in:
10
packages/core/package.json
Normal file
10
packages/core/package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@coworker/core",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user