@karmacarrot/minotaur-chess-engine
Version:
A chess engine for JavaScript projects.
44 lines (43 loc) • 1.08 kB
JSON
{
"name": "@karmacarrot/minotaur-chess-engine",
"version": "1.10.0",
"description": "A chess engine for JavaScript projects.",
"private": false,
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"keywords": [
"chess",
"chess-engine",
"games"
],
"publishConfig": {
"access": "public"
},
"author": "karmacarrot",
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.3.4",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"semantic-release": "^24.1.1",
"tsup": "^8.2.4",
"typescript": "^5.6.2",
"@karmacarrot/eslint-config": "*",
"@karmacarrot/typescript-config": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karmacarrot/minotaur"
},
"files": [
"dist"
]
}