ymir-js
Version:
This toolkit is created to make it easier for you to develop games like chess, checkers, go, match 3 puzzle and more. It is still under development.
41 lines (40 loc) • 1.07 kB
JSON
{
"name": "ymir-js",
"version": "0.9.2",
"description": "This toolkit is created to make it easier for you to develop games like chess, checkers, go, match 3 puzzle and more. It is still under development.",
"main": "dist/index.js",
"scripts": {
"test": "cross-env-file -p ./cross-env.json mocha -r ts-node/register src/**/*.spec.ts",
"build": "tsc",
"lint": "eslint . --ext .ts --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/aykutkardas/ymir-js.git"
},
"keywords": [
"board",
"game",
"toolkit",
"checkers"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"chai": "^4.2.0",
"cross-env-file": "^1.0.0",
"eslint": "^8.21.0",
"jsdom": "^20.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"dependencies": {
"lodash": "^4.17.21"
}
}