-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 965 Bytes
/
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
36
37
{
"name": "aws-organization-formation-client",
"version": "0.2.1",
"description": "client library for org formation",
"scripts": {
"test": "jest",
"build": "tsc",
"prepare": "npm run build"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "",
"license": "ISC",
"files": [
"lib/**"
],
"dependencies": {
"js-yaml": "^3.14.1",
"md5": "^2.3.0"
},
"peerDependencies": {
"@aws-sdk/client-organizations": "^3.0.0",
"@aws-sdk/client-s3": "^3.0.0"
},
"devDependencies": {
"@jurijzahn8019/aws-promise-jest-mock": "^2.3.5",
"@types/jest": "^26.0.19",
"@types/js-yaml": "^3.12.5",
"@types/md5": "^2.2.1",
"@types/node": "^14.14.11",
"eslint": "^7.15.0",
"jest": "^26.6.3",
"node-notifier": ">=8.0.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
}
}