UNPKG

synthia-test

Version:

Synthia Engine Test Plugin - 提供测试功能的 Synthia 插件

46 lines 955 B
{ "name": "synthia-test", "version": "0.0.2", "description": "Synthia Engine Test Plugin - 提供测试功能的 Synthia 插件", "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "synthiaPlugin": true, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "chalk": "^5.0.0", "ora": "^7.0.0", "fs-extra": "^11.0.0", "glob": "^10.0.0", "fuse.js": "^7.0.0", "natural": "^6.0.0", "synthia-shared": "0.0.2" }, "devDependencies": { "tsup": "^7.0.0", "jest": "^29.0.0", "@types/fs-extra": "^11.0.0", "@types/natural": "^5.0.0", "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "keywords": [ "synthia", "plugin", "documentation", "generator", "markdown" ], "author": "trueLoving", "license": "MIT", "scripts": { "dev": "tsup --watch", "build": "tsup" } }