mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 09:31:52 -04:00
17 lines
371 B
JSON
17 lines
371 B
JSON
{
|
|
"name": "@pnpm/get-release-text",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"write-release-text": "node --loader ts-node/esm src/main.ts",
|
|
"lint": "eslint src/**/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"mdast-util-to-string": "^1.0.6",
|
|
"remark-parse": "^7.0.1",
|
|
"remark-stringify": "^7.0.3",
|
|
"unified": "^8.3.2"
|
|
}
|
|
}
|