{ "name": "snk", "description": "Generates a snake game from a github user contributions grid and output a screen capture as gif", "version": "1.0.0", "private": true, "repository": "github:platane/snk", "devDependencies": { "@types/jest": "26.0.15", "@types/node": "14.14.2", "jest": "26.6.1", "prettier": "2.1.2", "ts-jest": "26.4.1", "typescript": "4.0.3" }, "workspaces": [ "packages/**" ], "scripts": { "type": "tsc --noEmit", "lint": "yarn prettier -c '**/*.{ts,js,json,md,yml,yaml}' '!packages/action/dist/**' '!packages/demo/dist/**' '!packages/demo/webpack.config.js'", "test": "jest --verbose --passWithNoTests --no-cache", "dev:demo": "( cd packages/demo ; yarn dev )", "build:demo": "( cd packages/demo ; yarn build )", "build:action": "( cd packages/action ; yarn build )" } }