mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-01 18:52:32 -05:00
20 lines
443 B
JSON
20 lines
443 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"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/get-release-text": "workspace:*"
|
|
}
|
|
}
|