-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 961 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
38
39
40
41
42
43
{
"name": "atomiklabs",
"version": "0.2.13",
"description": "Repo level tools and testing",
"main": "atomiklabs.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/AtomikLabs/atomiklabs"
},
"keywords": [
"atomiklabs",
"atomik",
"labs",
"repo",
"tools",
"testing"
],
"author": "Brad Edwards",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@jest/globals": "^29.7.0",
"aws-sdk-mock": "^5.9.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@aws-sdk/client-dynamodb": "^3.525.0",
"@aws-sdk/client-s3": "^3.525.0",
"install": "^0.13.0",
"npm": "^10.5.0"
}
}