wrangler-action/node_modules/@changesets/parse/package.json

17 lines
443 B
JSON
Raw Normal View History

2023-08-07 22:11:15 +02:00
{
"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"
}
}