UNPKG

@ts-defold/types

Version:

TypeScript definitions for Defold

38 lines (37 loc) 795 B
{ "name": "@ts-defold/types", "version": "1.2.72", "description": "TypeScript definitions for Defold", "repository": "github:ts-defold/types", "keywords": [ "typescript", "lua", "defold" ], "author": "Justin Walsh (https://thejustinwalsh.com/)", "license": "MIT", "types": "index.d.ts", "files": [ "**/*.d.ts" ], "scripts": { "prepublishOnly": "npm run build && npm run check", "build": "type-gen", "check": "tsc --noEmit" }, "ts-defold": { "channel": "stable", "version": "latest" }, "dependencies": { "lua-types": "^2.10.1" }, "devDependencies": { "@ts-defold/type-gen": "^0.5.7", "typescript": "5.7.2", "typescript-to-lua": "~1.29.0" }, "peerDependencies": { "typescript-to-lua": "^1.10.0" } }