UNPKG

@cow-cli/package

Version:

@cow-cli package manager

39 lines (38 loc) 782 B
{ "name": "@cow-cli/package", "version": "1.2.3", "description": "@cow-cli package manager", "keywords": [ "cow-cli", "cli", "package", "npm" ], "author": "姚旭 <xu.yao@zeropartner.com>", "homepage": "", "license": "ISC", "main": "lib/index.js", "type": "module", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "repository": { "type": "git", "url": "https://gitee.com/wookyao/cow-cli.git" }, "scripts": { "test": "node ./__tests__/package.test.js" }, "dependencies": { "@cow-cli/npm-info": "^1.2.3", "fs-extra": "^11.1.1", "npminstall": "^7.6.0", "path-exists": "^5.0.0", "pkg-dir": "^7.0.0" }, "gitHead": "05873cead3ffe84b7bb4c0b2101dbb0f150bb302" }