-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
39 lines (39 loc) · 943 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
{
"name": "cosmology",
"version": "0.0.1",
"publishConfig": {
"access": "restricted"
},
"private": true,
"scripts": {
"build": "lerna run prepare --parallel",
"bootstrap": "lerna bootstrap --use-workspaces",
"lint": "lerna run lint",
"format": "lerna run format",
"test": "lerna run test --stream"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/eslint-parser": "^7.19.1",
"@pyramation/babel-preset-env": "0.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.0.3",
"eslint": "8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.0.3",
"lerna": "4.0.0",
"prettier": "2.7.1"
},
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/cosmology-tech/cosmology"
},
"dependencies": {
"@jest/transform": "29.0.3"
}
}