@flying-dice/tslua-dcs-mission-types
Version:
Typescript type definitions for DCS
36 lines (35 loc) • 880 B
JSON
{
"name": "@flying-dice/tslua-dcs-mission-types",
"version": "0.32.23",
"description": "Typescript type definitions for DCS",
"keywords": [
"lua",
"dcs",
"mission"
],
"repository": {
"type": "git",
"url": "https://github.com/flying-dice/tslua-dcs.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "ISC",
"types": "./dist/index.d.ts",
"main": "./dist/index",
"scripts": {
"clean": "rimraf dist",
"export": "tsx scripts/export.ts",
"build": "rimraf dist && tsc -p tsconfig.tstl.json && tstl -p tsconfig.tstl.json",
"test": "vitest run --coverage --passWithNoTests"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"fs-extra": "^11.2.0",
"lua-types": "^2.13.1",
"typescript": "^5.7.2",
"typescript-to-lua": "^1.28.1"
},
"gitHead": "e715b6d23e6bde49276227a83d8595250b4d38bf"
}