mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2026-05-06 15:59:36 -04:00
6e45d802ec
* 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
25 lines
505 B
JSON
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"
|
|
]
|
|
}
|