-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.06 KB
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
36
{
"name": "aws-schema-reference",
"version": "1.0.0",
"description": "Project that keep up-to-date AWS resource schema",
"main": "process_all_docs.js",
"scripts": {
"generate-docs": "node ./bin/generate-docs.js",
"generate-provider": "node ./bin/generate-provider.js",
"start-server": "bash ./bin/start-server.sh",
"stop-server": "bash ./bin/stop-server.sh",
"server-status": "bash ./bin/server-status.sh",
"test-meta-routes": "node ./bin/test-meta-routes.cjs"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/stackql/aws-schema-reference.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stackql/aws-schema-reference/issues"
},
"homepage": "https://github.com/stackql/aws-schema-reference#readme",
"devDependencies": {
"esm": "^3.2.25"
},
"dependencies": {
"indefinite": "^2.5.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"@stackql/pgwire-lite": "^1.0.1",
"@stackql/provider-utils": "^0.5.93"
}
}