@cliz/yarn
Version:
Zero Yarn, inspired by tyarn
82 lines (81 loc) • 1.67 kB
JSON
{
"name": "@cliz/yarn",
"version": "0.0.56",
"description": "Zero Yarn, inspired by tyarn",
"keywords": [
"cliz",
"yarn",
"npm"
],
"author": "zero <tobewhatwewant@gmail.com>",
"homepage": "https://github.com/koexjs/koex#readme",
"license": "MIT",
"main": "lib/cli.js",
"typings": "lib/cli.d.ts",
"bin": {
"zyarn": "lib/cli.js"
},
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"jest": {
"roots": [
"__tests__"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": ".*\\.(spec|test)\\.(ts|tsx)$",
"moduleDirectories": [
"node_modules",
"src"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"
],
"coverageThreshold": {
"global": {
"branches": 0,
"functions": 0,
"lines": 0,
"statements": 0
}
},
"preset": "ts-jest"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koexjs/koex.git"
},
"scripts": {
"build": "npm run clean && tsc -p tsconfig.build.json",
"clean": "rm -rf lib",
"test": "jest -w 1",
"coverage": "codecov",
"cli": "node lib/cli.js"
},
"bugs": {
"url": "https://github.com/koexjs/koex/issues"
},
"dependencies": {
"@cliz/cli": "^1.0.28",
"@types/cross-spawn": "^6.0.2",
"@zodash/doreamon": "^0.4.66",
"cross-spawn": "^7.0.3"
},
"gitHead": "f4db9517141d41c206bdc1a4841bc224c31544fb"
}