eve-esi-types
Version:
Extracted the main type of ESI. use for ESI request response types (version 2 only)
54 lines (53 loc) • 1.12 kB
JSON
{
"name": "eve-esi-types",
"version": "3.2.11",
"description": "Extracted the main type of ESI. use for ESI request response types (version 2 only)",
"main": "dist/v2/index.d.ts",
"scripts": {
"start": "tsc",
"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": [
"dist",
"lib",
"web",
"*.d.mts",
"*.mjs",
"LICENSE",
"*.md",
"package.json",
"tsconfig.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": {
"@types/node": "^22.14.1",
"colors.ts": "^1.0.20",
"typescript": "latest"
}
}