forked from hyperweb-io/ts-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"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",
"symlink": "symlink-workspace --logLevel error",
"postinstall": "yarn symlink"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest-in-case": "^1.0.2",
"@types/node": "^20.12.7",
"@types/mkdirp": "1.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-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint": "^8.56.0",
"glob": "8.0.3",
"jest-in-case": "^1.0.2",
"jest": "^29.6.2",
"lerna": "^6",
"mkdirp": "1.0.2",
"prettier": "^3.0.2",
"strip-ansi": "^6",
"symlink-workspace": "^1.1.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"
}
}