mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-31 05:22:00 -04:00
17 lines
392 B
JSON
17 lines
392 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 -c ../../eslint.json src/**/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"mdast-util-to-string": "^1.0.6",
|
|
"remark-parse": "^7.0.1",
|
|
"remark-stringify": "^7.0.3",
|
|
"unified": "^8.3.2"
|
|
}
|
|
}
|