18 lines
329 B
JSON
18 lines
329 B
JSON
{
|
|
"name": "@dukang/domain",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"test": "vitest run",
|
|
"lint": "eslint src"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|