zhaoyingbo 686a77d8d1
Some checks failed
/ release (push) Failing after 1m1s
feat: 把每个组件进行拆包处理
2024-08-19 01:45:18 +00:00

19 lines
380 B
JSON

{
"name": "@egg/path-tool",
"version": "1.0.0",
"description": "Path Tools for Egg projects",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"egg",
"tools",
"path-tool"
],
"author": "RainSun <zhaoyingbo@live.cn>",
"license": "ISC"
}