mirror of
https://gitee.com/youlaiorg/vue3-element-admin.git
synced 2026-09-09 08:08:58 +08:00
34 lines
653 B
JSON
34 lines
653 B
JSON
{
|
|
"name": "@youlai/alg-pricing",
|
|
"version": "0.1.0",
|
|
"description": "阶梯计价算法:纯函数实现,无框架依赖,供插件装配使用",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"publishConfig": {
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"registry": "https://npm.youlai.example.com/"
|
|
},
|
|
"keywords": [
|
|
"pricing",
|
|
"algorithm",
|
|
"youlai"
|
|
],
|
|
"license": "UNLICENSED"
|
|
}
|