Phase 1+2: Nx workspace with apps, libs, and module boundaries
This commit is contained in:
13
libs/api-interfaces/package.json
Normal file
13
libs/api-interfaces/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "@fog-explorer/api-interfaces",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"type": "commonjs",
|
||||
"main": "./src/index.js",
|
||||
"types": "./src/index.d.ts",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0",
|
||||
"vitest": "^4.0.8",
|
||||
"@nx/vite": "^22.7.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user