1 Star 0 Fork 1

agni/luatots

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1002 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "luatots",
"version": "1.2.0",
"description": "",
"main": "dist/index.js",
"bin": {
"luatots": "./bin/luatots"
},
"scripts": {
"antlr": "antlr4ts -visitor Lua.g",
"prepare": "tsc -p .",
"debug": "tsc -p . && node dist/index.js",
"watch": "tsc -w",
"test": "ava",
"test:watch": "ava --watch",
"test:debug": "node node_modules/ava/profile.js dist/tests",
"ovale": "node dist/index.js \"D:/Applications/World of Warcraft/Interface/AddOns/Ovale\" ../ovale-ts"
},
"author": "Sidoine De Wispelaere",
"repository": {
"url": "https://github.com/Sidoine/luatots"
},
"license": "MIT",
"dependencies": {
"antlr4ts": "^0.5.0-alpha.3",
"mkdirp": "^0.5.1"
},
"devDependencies": {
"@types/mkdirp": "^0.5.1",
"antlr4ts-cli": "^0.5.0-alpha.3",
"typescript": "^3",
"@types/node": "^8.0.0",
"ava": "^2.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/agni/luatots.git
git@gitee.com:agni/luatots.git
agni
luatots
luatots
master

搜索帮助