facilislabore
Version:
TypeScript custom transformer which enumerates members of the union of string literal types
37 lines (36 loc) • 830 B
JSON
{
"name": "facilislabore",
"version": "1.8.0",
"description": "TypeScript custom transformer which enumerates members of the union of string literal types",
"scripts": {
"test": "tsc && node test/compile && mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/TatumKiehn/facilislabore.git"
},
"keywords": [
"libero"
],
"author": "AdolphCasper",
"license": "MIT",
"files": [
"index.js",
"index.d.ts",
"transformer.js",
"transformer.ts"
],
"homepage": "https://github.com/TatumKiehn/facilislabore.git",
"devDependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.12",
"mocha": "^5.2.0",
"typescript": "^2.4.1"
},
"peerDependencies": {
"typescript": ">=2.4.1"
},
"dependencies": {
"quidemsunt": "^1.0.0"
}
}