- Add .editorconfig, .prettierrc, .prettierignore, .gitignore - Add Makefile with fmt, fmt-check, secret-scan targets - Add package.json with prettier - Add tools/secret-scan.sh - Auto-format with prettier - make check passes clean
32 lines
774 B
JSON
32 lines
774 B
JSON
{
|
|
"name": "openclaw-mattermost",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "openclaw-mattermost",
|
|
"version": "1.0.0",
|
|
"devDependencies": {
|
|
"prettier": "^3.2.0"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "3.8.1",
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
|
|
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"prettier": "bin/prettier.cjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
}
|
|
}
|
|
}
|