@premieroctet/next-admin-cli
Advanced tools
Comparing version 0.0.5-rc.1 to 0.0.5-rc.2
{ | ||
"name": "@premieroctet/next-admin-cli", | ||
"version": "0.0.5-rc.1", | ||
"version": "0.0.5-rc.2", | ||
"description": "CLI for Next-Admin, an admin dashboard for Next.js applications.", | ||
@@ -28,9 +28,2 @@ "bin": "dist/index.js", | ||
], | ||
"scripts": { | ||
"build": "tsx scripts/build.ts", | ||
"dev": "tsx scripts/dev.ts", | ||
"lint": "eslint \"**/*.{ts,tsx}\"", | ||
"typecheck": "tsc --noEmit", | ||
"clean": "rm -rf dist" | ||
}, | ||
"dependencies": { | ||
@@ -50,10 +43,17 @@ "@inquirer/prompts": "^5.5.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-custom": "workspace:*", | ||
"tsconfig": "workspace:*", | ||
"tsx": "^4.19.1", | ||
"typescript": "^5.6.2" | ||
"typescript": "^5.6.2", | ||
"eslint-config-custom": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
}, | ||
"engines": { | ||
"node": ">= 20" | ||
}, | ||
"scripts": { | ||
"build": "tsx scripts/build.ts", | ||
"dev": "tsx scripts/dev.ts", | ||
"lint": "eslint \"**/*.{ts,tsx}\"", | ||
"typecheck": "tsc --noEmit", | ||
"clean": "rm -rf dist" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
11
368972
1483