cnpoems
Version:
中国 唐诗宋词(诗歌,论语,诗经等) (Chinese poems util)
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "cnpoems",
"version": "1.0.1",
"description": "中国 唐诗宋词(诗歌,论语,诗经等) (Chinese poems util)",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/VineWeb/cnpoems.git"
},
"keywords": [
"唐诗",
"宋词",
"论语",
"诗经",
"中国古诗"
],
"author": "vineChen",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.mjs",
"bugs": {
"url": "https://github.com/VineWeb/cnpoems/issues"
},
"exports": {
".": {
"require": "./lib/index.js",
"import": "./es/index.mjs"
},
"./es": "./es/index.mjs",
"./lib": "./lib/index.js",
"./es/*.mjs": "./es/*.mjs",
"./es/*": "./es/*.mjs",
"./lib/*.js": "./lib/*.js",
"./lib/*": "./lib/*.js",
"./*": "./*"
},
"homepage": "https://github.com/VineWeb/cnpoems#readme",
"dependencies": {
"chinese-poetry": "^1.4.1",
"cnchar": "^3.2.4",
"cnchar-trad": "^3.2.4",
"loadsh": "^0.0.4",
"nanoid": "^3.3.6"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"babel-loader": "^9.1.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}