UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

61 lines (60 loc) 1.5 kB
{ "name": "@wmfs/statelint", "version": "1.30.0", "description": "Validator for Amazon States Language JSON files.", "author": "West Midlands Fire Service", "homepage": "https://github.com/wmfs/statelint#readme", "keywords": [ "tymly", "package", "state machines", "aws" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wmfs/statelint.git" }, "bugs": { "url": "https://github.com/wmfs/statelint/issues" }, "main": "lib/index.js", "bin": { "statelint": "bin/statelint.js" }, "dependencies": { "@wmfs/j2119": "1.30.0", "cli": "1.0.1", "n-readlines": "1.0.1" }, "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/release-notes-generator": "14.0.3", "@semantic-release/git": "10.0.1", "chai": "4.5.0", "codecov": "3.8.3", "conventional-changelog-conventionalcommits": "9.0.0", "cz-conventional-changelog": "3.3.0", "dirty-chai": "2.0.1", "mocha": "11.7.1", "nyc": "17.1.0", "semantic-release": "24.2.6", "standard": "17.1.2", "tmp": "0.2.3" }, "scripts": { "statelint": "./bin/statelint.js", "lint": "standard", "test": "nyc mocha", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "semantic-release": "semantic-release" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "publishConfig": { "access": "public" } }