mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-02 12:08:14 -05:00
20 lines
443 B
JSON
20 lines
443 B
JSON
{
|
|
"name": "@pnpm/get-release-text",
|
|
"version": "0.0.1",
|
|
"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": "^2.0.0",
|
|
"remark-parse": "^9.0.0",
|
|
"remark-stringify": "^9.0.1",
|
|
"unified": "^9.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/get-release-text": "workspace:*"
|
|
}
|
|
}
|