-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 866 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 866 Bytes
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
{
"name": "@ohoareau/libs",
"version": "0.0.0",
"description": "JS Libraries by Olivier Hoareau",
"author": "Olivier Hoareau <oha+oss@greenberets.io>",
"private": true,
"license": "MIT",
"scripts": {
"test": "jest --config jest.config.js"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^3.20.2",
"jest": "^25.3.0",
"typescript": "^3.8.3",
"@types/node": "^13.11.1",
"aws-sdk": "^2.656.0",
"@types/jest": "^25.2.1",
"ts-jest": "^25.3.1",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.2",
"@testing-library/user-event": "^10.0.1",
"@testing-library/dom": "^7.2.1",
"@genjs/genjs": "^0.4.0",
"@genjs/genjs-plugin-monorepo-js-libs": "^0.4.0",
"@genjs/genjs-plugin-cicd-github": "^0.4.0",
"@babel/helper-string-parser": "^7.19.4"
}
}