-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "@cosmology/ts-codegen",
"version": "1.0.0",
"publishConfig": {
"access": "restricted"
},
"private": true,
"scripts": {
"clean": "lerna run clean",
"build": "lerna run build --stream",
"test": "lerna run test --stream",
"lint": "lerna run lint --parallel",
"symlink": "symlink-workspace --logLevel error",
"postinstall": "yarn symlink"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest-in-case": "^1.0.2",
"@types/mkdirp": "1.0.2",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^4.0.0",
"glob": "8.0.3",
"jest": "^29.6.2",
"jest-in-case": "^1.0.2",
"lerna": "^6",
"mkdirp": "1.0.2",
"prettier": "^3.0.2",
"rimraf": "4.4.1",
"strip-ansi": "^6",
"symlink-workspace": "^1.9.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
},
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/cosmwasm/ts-codegen"
}
}