@cliz/nrm
Version:
NPM Registry Manager
88 lines (87 loc) • 1.86 kB
JSON
{
"name": "@cliz/nrm",
"version": "1.0.8",
"description": "NPM Registry Manager",
"keywords": [
"cliz",
"registry",
"npm",
"nrm"
],
"author": "zero <tobewhatwewant@gmail.com>",
"homepage": "https://github.com/zcorky/cliz#readme",
"license": "MIT",
"main": "lib/cli.js",
"typings": "lib/cli.d.ts",
"bin": {
"cliz-nrm": "lib/cli.js",
"nrm": "lib/cli.js"
},
"directories": {
"lib": "lib"
},
"files": [
"lib",
"config"
],
"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/zcorky/cliz.git"
},
"scripts": {
"build": "npm run clean && tsc -p tsconfig.build.json",
"watch": "npm run clean && tsc -p tsconfig.build.json -w",
"clean": "rm -rf lib",
"test": "jest -w 1",
"coverage": "codecov",
"pkg": "rm -rf pkg && yarn build && koex pkg",
"dev": "NODE_ENV=development tsc-watch -p tsconfig.json --onSuccess \"node lib/cli.js\"",
"cli": "node lib/cli.js"
},
"bugs": {
"url": "https://github.com/zcorky/cliz/issues"
},
"dependencies": {
"@cliz/cli": "^1.0.28"
},
"cliz": {
"name": "nrm"
},
"gitHead": "f4db9517141d41c206bdc1a4841bc224c31544fb"
}