synthia-shared
Version:
Synthia Engine Shared - 共享工具库和核心优化器
38 lines • 800 B
JSON
{
"name": "synthia-shared",
"version": "0.0.2",
"description": "Synthia Engine Shared - 共享工具库和核心优化器",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"chalk": "^5.0.0",
"fs-extra": "^11.0.0",
"lodash-es": "4.17.21"
},
"devDependencies": {
"@types/fs-extra": "^11.0.0",
"@types/lodash-es": "4.17.12",
"@types/node": "^20.0.0",
"tsup": "^7.0.0",
"typescript": "^5.0.0"
},
"keywords": [
"shared",
"optimizer",
"cache",
"performance",
"synthia"
],
"author": "trueLoving",
"license": "MIT",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest",
"lint": "eslint src --ext .ts,.js"
}
}