This commit is contained in:
2021-06-27 20:47:10 -05:00
parent cbd4520e12
commit 39850d8660
3 changed files with 75 additions and 10 deletions

View File

@@ -1,12 +1,14 @@
{
"name": "types-ts-2take1",
"version": "1.0.0",
"description": "Typescript types for 2take1, used with https://typescripttolua.github.io",
"keywords": [
"Typescript",
"2take1",
"lua"
],
"author": "Zomo",
"license": "UNLICENSED"
"name": "types-ts-2take1",
"version": "1.0.0",
"description": "Typescript types for 2take1, used with https://typescripttolua.github.io",
"keywords": [
"Typescript",
"2take1",
"lua"
],
"main": "index.d.ts",
"types": "index",
"author": "Zomo",
"license": "UNLICENSED"
}