-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
42
43
44
45
46
47
48
49
50
{
"name": "osmojs-workspace",
"version": "0.0.1",
"author": "Dan Lynch <[email protected]>",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/osmosis-labs/osmojs"
},
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "restricted"
},
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "lerna run clean",
"build": "lerna run build --stream",
"symlink": "symlink-workspace --logLevel error",
"postinstall": "yarn symlink",
"publ:beta": "lerna publish prerelease --preid beta --allow-branch beta"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest-in-case": "^1.0.9",
"@types/node": "^20.12.7",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"glob": "8.0.3",
"jest": "^29.6.2",
"jest-in-case": "^1.0.2",
"lerna": "^6",
"mkdirp": "1.0.4",
"prettier": "^3.0.2",
"rimraf": "3.0.2",
"strip-ansi": "^6",
"symlink-workspace": "^1.9.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
}
}