UNPKG

create-beater-index

Version:
45 lines (44 loc) 1.05 kB
{ "name": "create-beater-index", "description": "beater index generator", "version": "1.0.1", "author": { "url": "https://bouzuya.net/", "name": "bouzuya", "email": "m@bouzuya.net" }, "bin": "bin/create-beater-index", "bugs": { "url": "https://github.com/bouzuya/create-beater-index/issues" }, "devDependencies": { "npm-run-all": "^4.1.5", "purescript": "^0.12.3", "spago": "^0.7.0" }, "files": [ "bin" ], "homepage": "https://github.com/bouzuya/create-beater-index#readme", "keywords": [ "beater", "bouzuya", "test" ], "license": "MIT", "main": "index.js", "repository": { "url": "git+https://github.com/bouzuya/create-beater-index.git", "type": "git" }, "scripts": { "build": "spago build", "bundle": "spago make-module", "docs": "spago sources | xargs purs docs --format html 'src/**/*.purs'", "prepare": "npm-run-all -s build bundle", "purs": "purs", "repl": "spago repl", "spago": "spago", "test": "spago test" } }