Skip to content

Commit

Permalink
copy repo from embroider-build/embroider
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 17, 2023
0 parents commit 1e4da57
Show file tree
Hide file tree
Showing 14 changed files with 3,360 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/node_modules/
/build/
/.git/
37 changes: 37 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "release-plan",
"version": "1.0.0",
"description": "",
"type": "module",
"bin": {
"release-plan": "./src/cli.js"
},
"scripts": {
"prepare": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ef4/lerna-changelog": "^1.0.4",
"@octokit/rest": "^19.0.8",
"@types/fs-extra": "^9.0.12",
"@types/js-yaml": "^4.0.5",
"@types/semver": "^7.3.6",
"@types/yargs": "^17.0.3",
"assert-never": "^1.2.1",
"chalk": "^4.1.1",
"cli-highlight": "^2.1.11",
"execa": "^4.0.3",
"fs-extra": "^10.0.0",
"globby": "^11.0.3",
"js-yaml": "^4.1.0",
"latest-version": "^5.0.0",
"semver": "^7.3.5",
"yargs": "^17.0.1"
},
"devDependencies": {
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 1e4da57

Please sign in to comment.