23 Star 228 Fork 41

Yami / cardjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 713 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yami 提交于 2022-02-12 20:13 . npm version update
{
"name": "ygo-card",
"version": "1.3.4",
"description": "This is a Yu-Gi-Oh card rendering SDK.",
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "webpack-dev-server --config webpack.config.js",
"build": "webpack",
"test": "node ./test/render-test.js",
"pub": "./scripts/publish.sh"
},
"author": "Yami",
"license": "ISC",
"dependencies": {
"canvas": "^2.6.1",
"sqlite3": "^5.0.0"
},
"devDependencies": {
"copy-webpack-plugin": "^6.0.3",
"html-webpack-plugin": "^4.3.0",
"pre-commit": "^1.2.2",
"ts-loader": "^8.0.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"pre-commit": "test"
}
JavaScript
1
https://gitee.com/ymssx/cardjs.git
git@gitee.com:ymssx/cardjs.git
ymssx
cardjs
cardjs
master

搜索帮助