jungle-board-service
Version:
Jungle board service
41 lines (40 loc) • 899 B
JSON
{
"name": "jungle-board-service",
"version": "1.0.7",
"description": "Jungle board service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nttanh6299/jungle-board-service.git"
},
"keywords": [
"jungle",
"chess",
"jungle board",
"jungle chess",
"jungle game",
"animal board",
"animal chess",
"animal game",
"beast chess",
"oriental chess"
],
"author": "Tuan Anh Nguyen <nttanh6299@gmail.com> (https://github.com/nttanh6299)",
"homepage": "https://github.com/nttanh6299/jungle-board-service#readme",
"license": "MIT",
"devDependencies": {
"typescript": "4.0"
},
"dependencies": {
"dequal": "^2.0.2",
"klona": "^2.0.5"
}
}