rehype-pretty-code
Advanced tools
Comparing version 0.12.3 to 0.12.4
{ | ||
"name": "rehype-pretty-code", | ||
"version": "0.12.3", | ||
"version": "0.12.4", | ||
"description": "Beautiful code for your MD/MDX docs.", | ||
"main": "./dist/rehype-pretty-code.js", | ||
"module": "./dist/rehype-pretty-code.js", | ||
"type": "module", | ||
"types": "index.d.ts", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./dist/rehype-pretty-code.js" | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js" | ||
}, | ||
@@ -17,7 +17,7 @@ "./package.json": "./package.json" | ||
"files": [ | ||
"dist/", | ||
"index.d.ts" | ||
"dist", | ||
"package.json" | ||
], | ||
"scripts": { | ||
"build": "npx rollup -c", | ||
"build": "tsup --config=tsup.config.ts", | ||
"test": "vitest", | ||
@@ -27,8 +27,10 @@ "format": "biome format . --write", | ||
"typecheck": "tsc --project tsconfig.json --noEmit", | ||
"playground": "npm run dev --workspace=word-highlighter-playground", | ||
"playground-website": "npm run dev --workspace=website", | ||
"playground": "bun run workspace word-highlighter-playground dev", | ||
"playground-website": "bun run workspace website dev", | ||
"prepare": "husky install", | ||
"workspace": "bun ./scripts/workspace.ts", | ||
"release": "bumpp package.json --commit --push --tag", | ||
"prebuild": "rm -rf dist", | ||
"prepublishOnly": "NODE_ENV='production' npm run build" | ||
"prepublishOnly": "NODE_ENV='production' bun run build", | ||
"check-package": "bunx publint@latest --strict && bunx @arethetypeswrong/cli --pack --ignore-rules cjs-resolves-to-esm" | ||
}, | ||
@@ -41,5 +43,8 @@ "engines": { | ||
], | ||
"author": "", | ||
"author": "https://github.com/atomiks", | ||
"license": "MIT", | ||
"repository": "github:atomiks/rehype-pretty-code", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/atomiks/rehype-pretty-code.git" | ||
}, | ||
"homepage": "https://rehype-pretty-code.netlify.app", | ||
@@ -50,11 +55,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.23.6", | ||
"@babel/preset-env": "^7.23.6", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@biomejs/biome": "^1.4.1", | ||
"@biomejs/js-api": "^0.3.0-nightly.cfef948", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@types/node": "^20.10.5", | ||
"@biomejs/biome": "^1.5.1", | ||
"@types/bun": "^1.0.0", | ||
"@types/node": "^20.10.6", | ||
"bumpp": "^9.2.1", | ||
@@ -66,8 +65,8 @@ "hast-util-to-html": "^8.0.3", | ||
"remark": "^15.0.1", | ||
"rollup": "^4.9.1", | ||
"shikiji": "^0.9.9", | ||
"shikiji": "^0.9.17", | ||
"shikiji-transformers": "^0.9.9", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.10", | ||
"vitest": "^1.0.4" | ||
"vitest": "^1.1.1" | ||
}, | ||
@@ -74,0 +73,0 @@ "dependencies": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
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
15
761
1
0
29206
1