civvi-types
Version:
TypeScript declaration files for modding Civ VI using TypeScriptToLua transpiler
29 lines (28 loc) • 567 B
JSON
{
"name": "civvi-types",
"version": "1.0.11",
"description": "TypeScript declaration files for modding Civ VI using TypeScriptToLua transpiler",
"author": "WildW",
"license": "MIT",
"dependencies": {
"lua-types": "^2.13.0",
"typescript-to-lua": "^1.10.1"
},
"types": "index.d.ts",
"keywords": [
"typescript",
"lua",
"tstl",
"language extensions",
"civilization",
"modding",
"civ 6"
],
"files": [
"**.d.ts"
],
"repository": {
"url": "https://github.com/Wild-W/civvi-types",
"type": "git"
}
}