UNPKG

purescript-linter

Version:

A Linter for the PureScript language with 8 formatting and 18 style rules.

40 lines (39 loc) 1.06 kB
{ "name": "purescript-linter", "version": "1.2.1", "type": "module", "description": "A Linter for the PureScript language with 8 formatting and 18 style rules.", "keywords": [ "purescript", "lint" ], "main": "index.js", "scripts": { "test": "npx spago test", "test-failures": "npx spago test -- --only-failures", "build": "npm run compile", "compile": "spago bundle --outfile dist/index.js --minify --bundle-type module --platform node", "lint-project": "node index.js", "document": "node index.js --show-markdown > Rules.md" }, "author": "John Suder (https://github.com/JSuder-xx)", "license": "MIT", "devDependencies": { "debug": "^4.3.5", "esbuild": "0.23.0", "purescript": "^0.15.15", "purs-tidy": "^0.11.0", "spago": "^0.93.35" }, "repository": { "type": "git", "url": "git+https://github.com/JSuder-xx/purescript-linter.git" }, "files": [ "dist/*", "index.js" ], "bin": { "purescript-linter": "index.js" } }