ts-enum-tools
Version:
Tools for evaluating TypeScript enum types
35 lines (34 loc) • 768 B
JSON
{
"name": "ts-enum-tools",
"version": "1.0.2",
"description": "Tools for evaluating TypeScript enum types",
"main": "index.js",
"typings": "index",
"browser": {
"./lib-cov/mocha": false
},
"scripts": {
"build": "tsc",
"test": "./node_modules/.bin/mocha ./tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djabraham/ts-enum-tools.git"
},
"keywords": [
"TypeScript",
"enum",
"flag",
"string"
],
"author": "abrahamdanielj@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/djabraham/ts-enum-tools/issues"
},
"homepage": "https://github.com/djabraham/ts-enum-tools#readme",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.2.2"
}
}