warscript
Version:
A typescript library for Warcraft III using Warpack.
48 lines (47 loc) • 1.57 kB
JSON
{
"$schema": "https://json.schemastore.org/package",
"name": "warscript",
"version": "0.0.1-dev.632c807",
"description": "A typescript library for Warcraft III using Warpack.",
"keywords": [
"warcraft",
"warscript"
],
"license": "MIT",
"author": "rhazarian",
"repository": {
"type": "git",
"url": "git+https://github.com/rhazarian/warscript.git"
},
"scripts": {
"clean": "rimraf dist",
"prebuild": "npm run clean",
"build": "tstl && copyfiles -u 1 \"src/**/*.d.ts\" \"src/**/*.lua\" dist && copyfiles LICENSE package.json dist",
"prepublishOnly": "echo You should run 'npm run publish' instead. && exit 1",
"publish": "npm run build && npm publish ./dist --ignore-scripts"
},
"peerDependencies": {
"@warscript/language-extensions": "^0.0.1",
"@warscript/tstl-plugin": "^0.0.1",
"typescript-to-lua": "^1.24.1",
"lua-types": "^2.13.1",
"warpack": "0.0.1-dev.559048d"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"async": "^3.2.0",
"copyfiles": "^2.4.1",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"tsc-watch": "^4.2.9"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}