@puerts/cli
Version:
PureTS is a quick scaffold tool, which can be used in the project.
38 lines (37 loc) • 820 B
JSON
{
"name": "@puerts/cli",
"version": "0.3.9",
"type": "module",
"author": "sbfkcel@163.com",
"keywords": [
"puerts",
"puerts cli",
"unity",
"typescript",
"unity js"
],
"description": "PureTS is a quick scaffold tool, which can be used in the project.",
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sbfkcel/puerts_cli.git"
},
"bugs": {
"url": "https://github.com/sbfkcel/puerts_cli/issues"
},
"homepage": "https://github.com/sbfkcel/puerts_cli#readme",
"main": "index.js",
"bin": {
"puer": "Bin/index.js"
},
"dependencies": {
"@swc/core": "^1.3.21",
"axios": "^1.3.4",
"chrome-remote-interface": "^0.31.3",
"fs-extra": "^11.1.0"
},
"license": "MIT"
}