mirror of
https://github.com/araxiaonline/wow-eluna-ts-module.git
synced 2026-06-13 02:42:22 -04:00
67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"name": "wow-eluna-ts-module",
|
|
"version": "1.11.1",
|
|
"description": "ETS Module system for building package for mod-eluna for AzerothCore",
|
|
"author": {
|
|
"name": "@ben-of-codecraft (Volek)",
|
|
"url": "https://github.com/orgs/araxiaonline/repositories"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/araxiaonline/wow-eluna-ts-module/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/araxiaonline/wow-eluna-ts-module"
|
|
},
|
|
"keywords": [
|
|
"eluna",
|
|
"typescript",
|
|
"lua",
|
|
"wow",
|
|
"world of warcraft",
|
|
"azerothcore",
|
|
"wow-addons"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"files": [
|
|
"types",
|
|
".bin",
|
|
"tsconfig.build.json",
|
|
"common/**/*",
|
|
"ets.env",
|
|
"tsconfig.module.json",
|
|
"tstl.schema.json",
|
|
"modules/**/*",
|
|
"plugins/**/*",
|
|
"dist/.vscode/*"
|
|
],
|
|
"types": "types/index.d.ts",
|
|
"bin": {
|
|
"ets": ".bin/ets.js",
|
|
"eluna-reload": ".bin/send-reload-eluna.sh"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "node scripts/build-snippets.js",
|
|
"build": "tstl -p tsconfig.build.json"
|
|
},
|
|
"main": "index.ts",
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.12",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@araxiaonline/wow-wotlk-declarations": "^3.3.5-7",
|
|
"@typescript-to-lua/language-extensions": "^1.19.0",
|
|
"commander": "^7.2.0",
|
|
"dotenv": "^9.0.2",
|
|
"fs-extra": "^11.1.1",
|
|
"lodash": "^4.17.21",
|
|
"lua-types": "^2.10.1",
|
|
"node-scp": "^0.0.23",
|
|
"ts-node": "^10.9.1",
|
|
"tsc-watch": "^6.0.4",
|
|
"typescript-to-lua": "^1.19.0"
|
|
}
|
|
}
|