UNPKG

exportcase

Version:

A TypeScript validator that ensures file names match their exported name

29 lines (28 loc) 566 B
{ "name": "exportcase", "version": "1.1.1", "main": "index.js", "bin": { "exportcase": "./bin/exportcase.js" }, "repository": { "type": "git", "url": "git+https://github.com/ferdodo/exportcase.git" }, "scripts": { "get-binaries": "node ./scripts/get-binaries.mjs" }, "keywords": [ "typescript", "validator", "file-naming", "naming-convention", "exports" ], "author": "Thomas Riffard", "license": "MIT", "description": "A TypeScript validator that ensures file names match their exported name", "engines": { "node": ">=16.0.0" } }