@dxcli/screen
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -25,1 +25,2 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=screen.js.map |
{ | ||
"name": "@dxcli/screen", | ||
"description": "get stdout/stderr columns", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/dxcli/screen/issues", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@dxcli/dev": "^1.1.0", | ||
"@dxcli/dev-semantic-release": "^0.0.3", | ||
"@dxcli/dev-test": "^0.0.1", | ||
"@dxcli/dev-tslint": "^0.0.6", | ||
"@dxcli/dev-test": "^0.5.1", | ||
"@dxcli/dev-tslint": "^0.0.15", | ||
"@types/node": "^9.3.0", | ||
"del-cli": "^1.1.0", | ||
"eslint": "^4.15.0", | ||
"eslint-config-dxcli": "^1.1.3", | ||
"eslint": "^4.16.0", | ||
"eslint-config-dxcli": "^1.1.4", | ||
"husky": "^0.14.3", | ||
"mocha": "^4.1.0", | ||
"mocha": "^5.0.0", | ||
"nps": "^5.7.1", | ||
"nps-utils": "^1.5.0", | ||
"nyc": "^11.4.1", | ||
@@ -22,19 +23,2 @@ "ts-node": "^4.1.0", | ||
}, | ||
"dxcli": { | ||
"workflows": { | ||
"test": [ | ||
"eslint .", | ||
"tsc", | ||
"tslint -p .", | ||
"commitlint --from master", | ||
"mocha \"test/**/*.ts\"" | ||
], | ||
"lint": [ | ||
"eslint .", | ||
"tsc", | ||
"tslint -p .", | ||
"commitlint --from master" | ||
] | ||
} | ||
}, | ||
"engines": { | ||
@@ -46,2 +30,6 @@ "node": ">=8.0.0" | ||
], | ||
"homepage": "https://github.com/dxcli/screen", | ||
"keywords": [ | ||
"dxcli" | ||
], | ||
"license": "MIT", | ||
@@ -52,8 +40,7 @@ "main": "lib/screen.js", | ||
"commitmsg": "dxcli-dev-commitmsg", | ||
"lint": "dxcli-dev lint", | ||
"precommit": "dxcli-dev lint", | ||
"prepare": "del-cli ./lib && tsc", | ||
"test": "dxcli-dev test" | ||
"precommit": "nps lint", | ||
"prepare": "nps build", | ||
"test": "nps test" | ||
}, | ||
"types": "lib/screen.d.ts" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3934
6
1