1 Star 0 Fork 0

netwan / as2ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
guangming wan 提交于 2020-03-30 12:25 . fix bug
{
"name": "as2ts-cli",
"version": "1.0.4",
"description": "A node cli for ActionScript API port to Typescirpt!!",
"main": "lib/as2ts-shell.js",
"directories": {
"lib": "lib"
},
"scripts": {
"tsc": "tsc --outDir lib as2ts-shell.ts",
"test": "node ./lib/as2ts-shell.js -o Test.ts Test.as "
},
"repository": {
"type": "git",
"url": "https://gitee.com/netwan/as2ts"
},
"bin": {
"as2ts": "bin/as2ts"
},
"author": "netwan",
"license": "ISC",
"dependencies": {
"argv": "0.0.2",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
},
"devDependencies": {
"@types/node": "^13.9.5"
}
}
1
https://gitee.com/netwan/as2ts.git
git@gitee.com:netwan/as2ts.git
netwan
as2ts
as2ts
master

搜索帮助