68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "openupm-cli",
|
|
"version": "1.15.4",
|
|
"preferGlobal": true,
|
|
"description": "openupm command line interface",
|
|
"engines": {
|
|
"node": ">=14.18"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "cross-env NODE_ENV=test mocha",
|
|
"semantic-release": "semantic-release"
|
|
},
|
|
"bin": {
|
|
"openupm": "bin/openupm",
|
|
"openupm-cli": "bin/openupm",
|
|
"openupm-cn": "bin/openupm-cn"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openupm/openupm-cli.git"
|
|
},
|
|
"keywords": [
|
|
"openupm",
|
|
"cli"
|
|
],
|
|
"author": "Favo Yang",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/openupm/openupm-cli/issues"
|
|
},
|
|
"homepage": "https://openupm.com",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.10",
|
|
"@babel/eslint-parser": "^7.17.0",
|
|
"@semantic-release/changelog": "^6.0.1",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.15.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.7.1",
|
|
"mocha": "^10.0.0",
|
|
"nock": "^13.2.4",
|
|
"prettier": "^2.6.2",
|
|
"semantic-release": "^19.0.2",
|
|
"should": "^13.2.3",
|
|
"test-console": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"another-npm-registry-client": "^8.7.0",
|
|
"chalk": "^4.1.2",
|
|
"cli-table": "^0.3.11",
|
|
"commander": "^9.2.0",
|
|
"fs-extra": "^10.1.0",
|
|
"is-wsl": "^2.2.0",
|
|
"libnpmsearch": "^5.0.3",
|
|
"lodash": "^4.17.21",
|
|
"mkdirp": "^1.0.4",
|
|
"npm-registry-fetch": "^13.1.1",
|
|
"npmlog": "^6.0.2",
|
|
"pkginfo": "^0.4.1",
|
|
"promptly": "^3.2.0",
|
|
"update-notifier": "^5.1.0",
|
|
"yaml": "^2.0.1"
|
|
}
|
|
}
|