wrangler-action/node_modules/@changesets/parse/package.json
2023-08-07 15:11:15 -05:00

16 lines
443 B
JSON

{
"name": "@changesets/parse",
"version": "0.3.16",
"description": "Parse a changeset file's contents into a usable json object",
"main": "dist/parse.cjs.js",
"module": "dist/parse.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/parse",
"dependencies": {
"@changesets/types": "^5.2.1",
"js-yaml": "^3.13.1"
},
"devDependencies": {
"outdent": "^0.5.0"
}
}