You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
597 B
28 lines
597 B
{ |
|
"name": "assert-never", |
|
"version": "1.2.1", |
|
"description": "Helper function for exhaustive checks of discriminated unions in TypeScript", |
|
"main": "index.js", |
|
"typings": "index.d.ts", |
|
"files": [ |
|
"index.js", |
|
"index.ts", |
|
"index.d.ts" |
|
], |
|
"scripts": { |
|
"build": "tsc", |
|
"prepublish": "npm run build" |
|
}, |
|
"keywords": [ |
|
"typescript", |
|
"discriminated unions", |
|
"assert", |
|
"never" |
|
], |
|
"repository": "aikoven/assert-never", |
|
"author": "Daniel Lytkin <dan.lytkin@gmail.com>", |
|
"license": "MIT", |
|
"devDependencies": { |
|
"typescript": "^2.2.1" |
|
} |
|
}
|
|
|