Files
Marino Rottier 6e45d802ec Automatically publish plugin types to NPM (#26283)
* add workflow and package.json for publishing plugin TypeScript types

* move scripting-related files to scripting folder

* add support for trusted publishers

* fix path to scripting readme

* rename scripting README.md back to scripting.md

* support tagged/dev releases

* add workflow for development versions

* Update package.json website

* change dependencies in publish-plugin-types

* add timestamp to dev plugin versions

* note ScriptEngine.h grep dependency from CI

* use gh-describe to track release version for dev plugin types
2026-04-28 21:25:57 +02:00

25 lines
505 B
JSON

{
"name": "@openrct2/types",
"description": "TypeScript type definitions for the OpenRCT2 Plugin API",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/OpenRCT2/OpenRCT2.git",
"directory": "distribution/scripting"
},
"homepage": "https://openrct2.io/",
"keywords": [
"openrct2",
"types",
"typescript",
"plugin",
"modding",
"scripting"
],
"types": "openrct2.d.ts",
"files": [
"openrct2.d.ts",
"README.md"
]
}