-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 988 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
34
35
36
37
38
39
40
41
42
{
"name": "@altiore/team",
"version": "1.0.0",
"description": "From people to generations",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/altiore/team.git"
},
"keywords": [
"ton",
"team"
],
"author": "i@pavel-i-tel.ru",
"license": "MIT",
"bugs": {
"url": "https://github.com/altiore/team/issues"
},
"homepage": "https://github.com/altiore/team#readme",
"devDependencies": {
"@ton-community/blueprint": "0.12.0",
"@ton-community/sandbox": "0.11.0",
"@ton-community/test-utils": "0.3.0",
"@types/jest": "29.5.4",
"@types/node": "20.5.9",
"jest": "29.6.4",
"prettier": "2.8.8",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"dependencies": {
"@orbs-network/ton-access": "2.3.3",
"@ton-community/func-js": "0.6.2",
"ton": "13.6.1",
"ton-core": "0.52.0",
"ton-crypto": "3.2.0"
}
}