UNPKG

@wmfs/j2119

Version:

A general-purpose validator generator that uses RFC2119-style assertions as input.

54 lines (53 loc) 1.37 kB
{ "name": "@wmfs/j2119", "version": "1.29.0", "description": "A general-purpose validator generator that uses RFC2119-style assertions as input.", "author": "West Midlands Fire Service", "homepage": "https://github.com/wmfs/j2119#readme", "keywords": [ "tymly", "package" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wmfs/j2119.git" }, "bugs": { "url": "https://github.com/wmfs/j2119/issues" }, "main": "lib/index.js", "dependencies": { "luxon": "3.6.1", "n-readlines": "1.0.1", "xregexp": "5.1.2" }, "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": "8.0.0", "cz-conventional-changelog": "3.3.0", "dirty-chai": "2.0.1", "mocha": "11.1.0", "nyc": "17.1.0", "semantic-release": "24.2.3", "standard": "17.1.2" }, "scripts": { "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" } }