safety-match
Version:
`safety-match` provides pattern matching for JavaScript, TypeScript, and Flow.
32 lines (31 loc) • 672 B
JSON
{
"name": "safety-match",
"version": "0.4.4",
"main": "dist/index.js",
"repository": "suchipi/safety-match",
"author": "Lily Scott <me@suchipi.com>",
"keywords": [
"pattern",
"match",
"matching",
"typescript",
"flow",
"rust",
"enum",
"tagged",
"union",
"state",
"machine"
],
"devDependencies": {
"@types/jest": "^24.0.18",
"flow-bin": "^0.134.0",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
},
"scripts": {
"build": "rm -rf dist && tsc && cp src/index.ts dist/index.ts && rm dist/index.test.js && cp src/index.js.flow dist/index.js.flow",
"test": "jest"
}
}