You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
838 B
JSON
19 lines
838 B
JSON
{
|
|
"name": "modules",
|
|
"scripts": {
|
|
"test": "bun test",
|
|
"fmt": "bun x prettier --plugin prettier-plugin-sh -w **/*.sh .sample/run.sh new.sh **/*.ts **/*.md *.md && terraform fmt **/*.tf .sample/main.tf",
|
|
"fmt:ci": "bun x prettier --plugin prettier-plugin-sh --check **/*.sh .sample/run.sh new.sh **/*.ts **/*.md *.md && terraform fmt -check **/*.tf .sample/main.tf",
|
|
"lint": "bun run lint.ts",
|
|
"update-version": "LATEST_TAG=$(git describe --abbrev=0 --tags | sed 's/^v//') && find . -name 'README.md' -exec sed -i \"s/version\\s*=\\s*\\\"[0-9]*\\.[0-9]*\\.[0-9]*\\\"/version = \\\"$LATEST_TAG\\\"/g\" {} \\;"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^1.0.18",
|
|
"gray-matter": "^4.0.3",
|
|
"marked": "^11.1.0",
|
|
"prettier-plugin-sh": "^0.13.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.3.3"
|
|
}
|
|
} |