mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 20:41:47 -04:00
24 lines
500 B
JSON
24 lines
500 B
JSON
{
|
|
"name": "@pnpm/get-release-text",
|
|
"version": "1000.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": "catalog:",
|
|
"remark-parse": "catalog:",
|
|
"remark-stringify": "catalog:",
|
|
"unified": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/get-release-text": "workspace:*"
|
|
},
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm10"
|
|
]
|
|
}
|