summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts/games/reversi/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/scripts/games/reversi/package.json')
-rw-r--r--packages/client/src/scripts/games/reversi/package.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/client/src/scripts/games/reversi/package.json b/packages/client/src/scripts/games/reversi/package.json
deleted file mode 100644
index a4415ad141..0000000000
--- a/packages/client/src/scripts/games/reversi/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "misskey-reversi",
- "version": "0.0.5",
- "description": "Misskey reversi engine",
- "keywords": [
- "misskey"
- ],
- "author": "syuilo <i@syuilo.com>",
- "license": "MIT",
- "repository": "https://github.com/misskey-dev/misskey.git",
- "bugs": "https://github.com/misskey-dev/misskey/issues",
- "main": "./built/core.js",
- "types": "./built/core.d.ts",
- "scripts": {
- "build": "tsc"
- },
- "dependencies": {}
-}