{ "name": "leap", "version": "0.1.0", "scripts": { "build": "bsb -make-world", "start": "bsb -make-world -w", "clean": "bsb -clean-world", "test": "jest --watchAll", "test:ci": "jest --ci --bail --no-cache" }, "keywords": [ "BuckleScript" ], "author": "", "license": "MIT", "devDependencies": { "@glennsl/bs-jest": "^0.4.2", "bs-platform": "^3.1.5" } }