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.
modules/package.json

19 lines
703 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 && bun x shellcheck -S error **/*.sh .sample/run.sh new.sh"
},
"devDependencies": {
"bun-types": "^1.0.3",
"gray-matter": "^4.0.3",
"marked": "^9.0.3",
"prettier-plugin-sh": "^0.13.1",
"shellcheck": "^2.2.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}