cc0c0a6ef8
同城 MANUAL/ZZXFX 按小飞侠价规计费,路由查询回退仓配凭证;HQ 配送单补商品、用户和收货地址。门店核销回跳与小程序核销码一并带上。 Co-authored-by: Cursor <cursoragent@cursor.com>
30 lines
618 B
JSON
30 lines
618 B
JSON
{
|
|
"name": "@dukang/shared-types",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./user-log": {
|
|
"types": "./dist/user-log.d.ts",
|
|
"import": "./src/user-log.ts",
|
|
"default": "./dist/user-log.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"test": "vitest run",
|
|
"lint": "eslint src"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5",
|
|
"vitest": "^1.6.1"
|
|
}
|
|
}
|