forked from lesspass/lesspass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 728 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
{
"name": "lesspass",
"version": "1.0.0",
"description": "LessPass mono repo",
"repository": "https://github.com/lesspass/lesspass",
"author": "Guillaume Vincent <guillaume@oslab.fr>",
"license": "GPL-3.0",
"private": true,
"scripts": {
"test": "yarn workspaces run test"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/core": "7.2.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.6.0",
"babel-preset-react-native": "5.0.2",
"jest": "23.6.0",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"react-test-renderer": "16.4.1",
"webpack": "4.19.1"
}
}