-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@effect-aws/client-athena",
"description": "Effectful AWS Athena client",
"repository": {
"type": "git",
"url": "github:floydspace/effect-aws",
"directory": "packages/client-athena"
},
"scripts": {
"build": "npx projen build",
"compile": "npx projen compile",
"default": "npx projen default",
"eslint": "npx projen eslint",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"pre-compile": "npx projen pre-compile",
"test": "npx projen test",
"test:watch": "npx projen test:watch",
"watch": "npx projen watch",
"docgen": "docgen"
},
"author": {
"name": "Victor Korzunin",
"email": "ifloydrose@gmail.com",
"organization": false
},
"devDependencies": {
"@types/node": "ts5.4",
"effect": "^3.15.1",
"typescript": "^5.4.2"
},
"peerDependencies": {
"effect": ">=3.0.4 <4.0.0"
},
"dependencies": {
"@aws-sdk/client-athena": "^3",
"@effect-aws/commons": "workspace:^"
},
"main": "build/cjs/index.js",
"license": "MIT",
"homepage": "https://floydspace.github.io/effect-aws/docs/client-athena",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"version": "1.10.2",
"types": "build/dts/index.d.ts",
"type": "module",
"module": "build/esm/index.js",
"sideEffects": [],
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}