-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "terraform-cdk-snowflake-provider",
"description": "Dependencies terraform-cdk-provider-snowflake",
"version": "0.1.0",
"author": {
"name": "Josh Cazalas",
"email": "[email protected]",
"url": "https://github.com/joshcazalas"
},
"type": "commonjs",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"axios": "1.5.1",
"cdktf": "0.18.1",
"eslint": "^8.41.0",
"isomorphic-git": "1.24.5",
"handlebars": "4.7.8",
"prettier":"3.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/joshcazalas/terraform-cdk-provider-snowflake"
},
"scripts": {
"format-json": "prettier --write 'tools/snowflake_resources.json'",
"test": "npm run test-internal && npm run test-external",
"test-internal": "./bin/cmd.cjs --verbose && tape test/*.js",
"test-external": "tape test/external/*.js",
"update-authors": "./tools/update-authors.sh && hallmark --fix AUTHORS.md"
},
"devDependencies": {
"@types/node": "^20.8.0"
}
}