forked from ton-connect/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 859 Bytes
/
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
{
"name": "tonconnect",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"generateDocs": "npx typedoc"
},
"private": true,
"dependencies": {},
"devDependencies": {
"@nrwl/cli": "14.8.5",
"@nrwl/devkit": "^15.0.0",
"@nrwl/eslint-plugin-nx": "^15.0.0",
"@nrwl/workspace": "14.8.5",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "8.22.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"nx": "14.8.5",
"prettier": "^2.7.1",
"typescript": "~4.8.2",
"rimraf": "^3.0.2",
"typedoc": "^0.23.21",
"@jscutlery/semver": "^2.29.3"
},
"workspaces": [
"packages/**"
]
}