@mi-gpt/utils
Version:
MiGPT 常用工具方法
48 lines • 997 B
JSON
{
"version": "1.1.1",
"name": "@mi-gpt/utils",
"description": "MiGPT 常用工具方法",
"keywords": [
"migpt"
],
"type": "module",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./*": {
"types": "./dist/*.d.ts",
"require": "./dist/*.cjs",
"import": "./dist/*.js"
}
},
"devDependencies": {
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"@mi-gpt/config": "1.1.0"
},
"engines": {
"node": ">=16"
},
"sideEffects": false,
"license": "MIT",
"author": {
"name": "Del Wang",
"email": "hello@xbox.work",
"url": "https://github.com/idootop"
},
"homepage": "https://github.com/idootop/migpt-next",
"bugs": "https://github.com/idootop/migpt-next/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/idootop/migpt-next.git"
},
"scripts": {
"build": "tsup"
}
}