mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
25 lines
752 B
JSON
25 lines
752 B
JSON
{
|
|
"name": "@adtkcn/x-log",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"module": "./index.ts",
|
|
"main": "./index.ts",
|
|
"scripts": {
|
|
"build": "npm run build:index&&npm run build:browser&&npm run build:ts",
|
|
"build:index": "esbuild x-log.ts --bundle --sourcemap --outfile=dist/x-log.js --format=esm --target=es2015",
|
|
"build:browser": "esbuild x-log-browser.ts --bundle --sourcemap --outfile=dist/x-log-browser.js --format=esm --target=es2015",
|
|
"build:ts": "tsc --emitDeclarationOnly"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"typescript": "^5.6.3",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/types": "^3.0.19",
|
|
"@types/uuid": "^8.3.4",
|
|
"esbuild": "^0.15.14"
|
|
}
|
|
} |