- Bump version in package.json and package-lock.json from 1.2.2 to 1.2.5 - Add Jest configuration file for testing - Update build scripts to use npm instead of bun - Add linting and testing scripts to package.json - Include tsconfig files in package.json files array
19 lines
No EOL
403 B
JSON
19 lines
No EOL
403 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(npm install)",
|
|
"Bash(npm test:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(bun:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(del \"D:\\Git\\ssr-project\\mxrelay-consumer\\bun.lock\")",
|
|
"Bash(npm run lint)",
|
|
"Bash(npm publish:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |