@mintlify/prebuild
Advanced tools
Comparing version 1.0.58 to 1.0.59
{ | ||
"name": "@mintlify/prebuild", | ||
"type": "module", | ||
"version": "1.0.58", | ||
"version": "1.0.59", | ||
"description": "Helpful functions for Mintlify's prebuild step", | ||
@@ -37,3 +37,3 @@ "author": "Mintlify, Inc.", | ||
"lint": "eslint . --cache", | ||
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest", | ||
"test": "vitest run", | ||
"type": "tsc --noEmit", | ||
@@ -52,31 +52,23 @@ "format": "prettier . --write", | ||
}, | ||
"jest": { | ||
"preset": "ts-jest/presets/default-esm", | ||
"resolver": "ts-jest-resolver" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.6.2", | ||
"@mintlify/eslint-config": "1.0.3", | ||
"@mintlify/eslint-config-typescript": "1.0.7", | ||
"@mintlify/models": "0.0.48", | ||
"@mintlify/models": "0.0.49", | ||
"@mintlify/prettier-config": "1.0.1", | ||
"@mintlify/ts-config": "2.0.0", | ||
"@mintlify/validation": "0.1.87", | ||
"@mintlify/validation": "0.1.88", | ||
"@trivago/prettier-plugin-sort-imports": "3.x", | ||
"@tsconfig/recommended": "1.x", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^18.15.5", | ||
"@typescript-eslint/eslint-plugin": "5.x", | ||
"@typescript-eslint/parser": "5.x", | ||
"cross-env": "^7.0.3", | ||
"eslint": "8.x", | ||
"eslint-config-prettier": "8.x", | ||
"eslint-plugin-unused-imports": "2.x", | ||
"jest": "^29.4.3", | ||
"prettier": "2.x", | ||
"rimraf": "^5.0.1", | ||
"ts-jest": "^29.0.5", | ||
"typescript": "^4.8.2" | ||
"typescript": "^4.8.2", | ||
"vitest": "^0.34.6" | ||
}, | ||
"gitHead": "196783c28ecee2f6fc5a63c44c418f3c6fa4c28e" | ||
"gitHead": "e7b25227042c8329d0b98d111c6f958c24c3c2c8" | ||
} |
Sorry, the diff of this file is not supported yet
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
18
95851