forked from cloudspannerecosystem/autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 858 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "cloudspannerecosystem/autoscaler",
"version": "1.20.0",
"Description": "Autoscaling for Cloud Spanner based on CPU metrics",
"homepage": "https://github.com/cloudspannerecosystem/autoscaler",
"license": "Apache-2.0",
"scripts": {
"eslint": "eslint .",
"eslint-fix": "eslint --fix .",
"typecheck": "tsc --project jsconfig.json --maxNodeModuleJsDepth 0 --noEmit",
"mdlint": "markdownlint '**/*.md' --config .mdl.json --ignore '**/node_modules/**' --ignore 'code-of-conduct.md' --ignore 'CHANGELOG.md'",
"install-all": "find . -name package.json -a ! -path '*/node_modules/*' -execdir pwd \\; -execdir npm install --save \\;"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"markdownlint-cli": "^0.39.0",
"typescript": "^5.4.2"
}
}