UNPKG

exportcase

Version:

A TypeScript validator that ensures file names match their exported name

26 lines (25 loc) 563 B
{ "name": "exportcase", "version": "0.11.0", "main": "index.js", "bin": { "exportcase": "./bin/exportcase" }, "repository": { "type": "git", "url": "git+https://github.com/ferdodo/exportcase.git" }, "scripts": { "get-binary": "mkdir -p bin && cp ../binary/target/release/exportcase ./bin/exportcase" }, "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" }