@lunisolar/plugin-char8ex
Version:
lunisolar.js的八字增强插件
35 lines • 883 B
JSON
{
"name": "@lunisolar/plugin-char8ex",
"version": "0.2.5",
"description": "lunisolar.js的八字增强插件",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "typings/index.d.ts",
"scripts": {
"build": "rollup -c --configPlugin typescript",
"lint": "eslint --fix --ext .js,.ts src/ typings/ __tests__/",
"test": "jest"
},
"keywords": [
"lunisolar",
"plugin",
"五行",
"纳音"
],
"author": "Natron Kan (waterbeside)",
"homepage": "https://lunisolar.js.org/guide/plugins/char8ex.html",
"repository": {
"type": "git",
"url": "git+https://github.com/lunisolars/plugins.git"
},
"license": "MIT",
"devDependencies": {
"@lunisolar/plugin-takesound": "workspace:^"
},
"dependencies": {
"@lunisolar/utils": "^0.0.2"
},
"peerDependencies": {
"@lunisolar/plugin-takesound": ">=0.1.0"
}
}