forked from osmosis-labs/osmojs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.02 KB
/
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
{
"name": "osmojs-workspace",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
"private": true,
"scripts": {
"build": "lerna run prepare --parallel",
"buidl": "lerna run buidl --parallel",
"bootstrap": "lerna bootstrap --use-workspaces",
"proto": "lerna run proto --stream --scope osmojs",
"lint": "lerna run lint",
"format": "lerna run format",
"test": "lerna run test --stream"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@pyramation/babel-preset-env": "0.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^28.1.3",
"eslint": "8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "28.1.3",
"lerna": "4.0.0",
"prettier": "2.7.1"
},
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/rishikhesh-cyD/osmojs"
},
"dependencies": {
"@jest/transform": "28.1.3"
}
}