ascii-pretty-table
Advanced tools
Comparing version 1.2.3 to 1.3.0
{ | ||
"name": "ascii-pretty-table", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "make a pretty table ", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "node test/index.test.js", | ||
"docs": "npx typedoc index.js", | ||
"build": "tsc -p tsconfig.json" | ||
"build": "tsc -p tsconfig.json", | ||
"pretest": "npm run build", | ||
"test": "jest", | ||
"docs": "npx typedoc src/index.ts" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"jest": { | ||
"coverageDirectory": "./coverage/", | ||
"collectCoverage": true | ||
}, | ||
"repository": { | ||
@@ -28,3 +33,4 @@ "type": "git", | ||
"devDependencies": { | ||
"chai": "^4.3.4", | ||
"@types/node": "^17.0.5", | ||
"jest": "^27.4.5", | ||
"typedoc": "^0.22.10", | ||
@@ -31,0 +37,0 @@ "typescript": "^4.5.4" |
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
4627
4
4
70