-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 925 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 925 Bytes
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
{
"name": "nft-auc-contest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha './test/**/*.test.ts' --require ts-node/register"
},
"author": "",
"license": "",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.0",
"@types/node": "^12.20.48",
"chai": "^4.3.6",
"dotenv": "^10.0.0",
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"prettier": "^2.6.2",
"ts-node": "^10.7.0",
"typechain": "^5.2.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@types/bn.js": "^5.1.0",
"decimal.js": "^10.3.1",
"fs": "^0.0.1-security",
"ton": "^11.13.0",
"ton-contract-executor": "^0.5.0"
}
}