fdx-types
Version:
This adds in the types necessary to understand and use the FDX spec.
28 lines (27 loc) • 496 B
JSON
{
"name": "fdx-types",
"version": "4.6.0",
"description": "",
"main": "./types/index.d.ts",
"scripts": {
"test": "echo \"no tests\"",
"compile": "tsc",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git@gitlab.mx.com:Ethan.Wolz/fdx-typescript.git"
},
"keywords": [
"fdx",
"ts",
"typescript",
"fintech"
],
"types": "./types/index.d.ts",
"author": "",
"license": "MIT",
"devDependencies": {
"typescript": "^4.0.3"
}
}