{ "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.4", "jest": "26.1.0", "prettier": "2.0.5", "ts-jest": "26.1.2", "typescript": "3.9.6" }, "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", "build:demo": "( cd packages/demo ; yarn build )", "build:action": "( cd packages/action ; yarn build )" } }