Comparing version 0.7.0 to 1.0.0
{ | ||
"name": "neonctl", | ||
"version": "0.7.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:neondatabase/neonctl.git" | ||
}, | ||
"version": "1.0.0", | ||
"description": "CLI tool for NeonDB Cloud management", | ||
@@ -9,2 +13,5 @@ "main": "index.js", | ||
"private": false, | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"bin": { | ||
@@ -14,2 +21,3 @@ "neonctl": "src/cli.js" | ||
"devDependencies": { | ||
"@semantic-release/git": "^10.0.1", | ||
"@types/cli-table": "^0.3.0", | ||
@@ -24,2 +32,3 @@ "@types/node": "^18.7.13", | ||
"prettier": "^2.7.1", | ||
"semantic-release": "^19.0.5", | ||
"ts-node": "^10.9.1", | ||
@@ -41,8 +50,7 @@ "typescript": "^4.7.4" | ||
"dev": "node dev.js", | ||
"lint": "eslint src --ext .ts", | ||
"lint": "tsc --noEmit && eslint src --ext .ts", | ||
"debug": "node --inspect-brk dev.js", | ||
"build": "npm run clean && tsc && cp src/*.html dist/src/", | ||
"clean": "rm -rf dist", | ||
"start": "node index.js", | ||
"publizh": "npm run build && npm publish --ignore-scripts ./dist" | ||
"start": "node index.js" | ||
}, | ||
@@ -49,0 +57,0 @@ "lint-staged": { |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38867
1
2
13