UNPKG

@azrogdev/ttt

Version:
32 lines (31 loc) 773 B
{ "name": "@azrogdev/ttt", "version": "1.1.1", "description": "an advanced tictactoe module", "main": "./dist/main.js", "type": "module", "types": "./types/main.d.ts", "scripts": { "test": "echo \\\"Error: no test specified\\\" && exit 1", "build": "babel src --out-dir dist" }, "repository": { "type": "git", "url": "git+https://github.com/azrogdev/tictactoe.git" }, "keywords": [ "tictactoe" ], "author": "azrogdev", "license": "MIT", "bugs": { "url": "https://github.com/azrogdev/tictactoe/issues" }, "homepage": "https://github.com/azrogdev/tictactoe#readme", "devDependencies": { "@babel/cli": "^7.23.9", "@babel/core": "^7.24.0", "@babel/preset-env": "^7.24.0", "typescript": "^5.3.3" } }