eve-esi-types
Version:
Extracted the main type of ESI. use for ESI request response types (version 2 only)
52 lines (51 loc) • 1.06 kB
JSON
{
"name": "eve-esi-types",
"version": "3.2.0",
"description": "Extracted the main type of ESI. use for ESI request response types (version 2 only)",
"main": "v2/index.d.ts",
"scripts": {
"test": "node request-v3.mjs -debug",
"test:mini": "node minimal-rq.mjs -debug"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jeffy-g/eve-esi-types.git"
},
"files": [
"v2",
"lib",
"web",
"*.d.mts",
"*.mjs",
"LICENSE",
"*.md",
"package.json",
"jsconfig.json"
],
"keywords": [
"api",
"esi",
"eve",
"types",
"esi-api",
"eve-esi",
"swagger",
"api-types",
"eve online",
"eve-online",
"typescript",
"eve-swagger",
"swagger-types",
"typescript-definitions"
],
"author": "jeffy-g",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeffy-g/eve-esi-types/issues"
},
"homepage": "https://github.com/jeffy-g/eve-esi-types#readme",
"devDependencies": {
"colors.ts": "^1.0.20",
"typescript": "latest"
}
}