@lunisolar/plugin-takesound
Version:
lunisolar.js的五行纳音插件
27 lines (26 loc) • 679 B
JSON
{
"name": "@lunisolar/plugin-takesound",
"version": "0.1.2",
"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",
"五行",
"纳音"
],
"homepage": "https://lunisolar.js.org/guide/plugins/takeSound.html",
"repository": {
"type": "git",
"url": "git+https://github.com/lunisolars/plugins.git"
},
"author": "Natron Kan (waterbeside)",
"license": "MIT"
}