forked from redstone-finance/redstone-oracles-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.87 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
51
52
53
54
55
56
57
58
59
{
"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",
"global:eslint": "cd $INIT_CWD && eslint",
"global:jest": "cd $INIT_CWD && jest",
"global:prettier": "cd $INIT_CWD && prettier",
"global:rollup": "cd $INIT_CWD && rollup",
"global:ts-node": "cd $INIT_CWD && ts-node",
"global:tsc": "cd $INIT_CWD && tsc"
},
"keywords": [],
"author": "hatskier <[email protected]> (https://hatskier.com/)",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.4",
"@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",
"javascript-obfuscator": "^4.1.0",
"jest": "^29.6.4",
"lerna": "^7.3.0",
"prettier": "^3.0.3",
"redstone-prettier-config": "^1.0.0",
"rollup": "^3.29.4",
"rollup-obfuscator": "^4.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/*"
]
},
"packageManager": "[email protected]"
}