forked from rpiszczatowski/redstone-oracles-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
{
"name": "@redstone-finance/oracles-monorepo",
"version": "0.0.2",
"prettier": "redstone-prettier-config",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version:all": "lerna version --force-publish",
"publish:all": "lerna publish",
"syncpack:fix-mismatches": "syncpack fix-mismatches --types !local",
"syncpack:list": "syncpack list-mismatches --types !local"
},
"keywords": [],
"author": "hatskier <Suvorovalex1997@gmail.com> (https://hatskier.com/)",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-workspaces": "^0.9.0",
"jest": "^29.6.4",
"lerna": "^7.3.0",
"prettier": "^3.0.3",
"redstone-prettier-config": "^1.0.0",
"syncpack": "^11.2.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"resolutions": {
"@ton-community/func-js-bin": "0.4.5-tvmbeta.1",
"@ton-community/func-js": "0.6.3-tvmbeta.1"
},
"private": true,
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"ts-node"
]
}
}