12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"name": "@initiative/application",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"dependencies": {
|
|
"@initiative/domain": "workspace:*"
|
|
}
|
|
}
|