-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.72 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
{
"name": "nft-marketplace",
"version": "0.0.0",
"description": "",
"main": "",
"scripts": {
"build": "npx locklift build",
"test": "npx locklift test --network local",
"test:auction": "npx locklift build && npx locklift test --disable-build --network local --tests test/1-auction-test.ts && npx locklift test --disable-build --network local --tests test/1-auction-test-native.ts && npx locklift test --disable-build --network local --tests test/2-direct-buy-test.ts && npx locklift test --disable-build --network local --tests test/2-direct-buy-test-native.ts && npx locklift test --disable-build --network local --tests test/3-direct-sell-test.ts && npx locklift test --disable-build --network local --tests test/3-direct-sell-test-native.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@broxus/contracts": "^1.1.1",
"@broxus/locklift-deploy": "1.1.1",
"@broxus/locklift-verifier": "1.0.5",
"locklift": "2.8.1",
"@types/chai": "^4.3.1",
"@types/commander": "^2.12.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.6.2",
"bignumber.js": "^9.0.2",
"chai": "^4.3.6",
"everscale-standalone-client": "2.1.23",
"ipfs-core": "^0.14.2",
"mocha-logger": "^1.0.8",
"ora": "^3.4.0",
"prettier": "^2.7.1",
"prompts": "^2.4.1",
"tip3": "git://github.com/broxus/tip3#83e69b99e287bc551672f9df170e39c25b93876d",
"ever-wever": "git+ssh://[email protected]/tokens/ever-wever#e19da2e77de349e493a9daf86710c3a2256d20d1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.7.0",
"typescript": "^4.7.4"
},
"dependencies": {
"https": "^1.0.0",
"request": "^2.88.2"
},
"overrides": {
"nekoton-wasm": "npm:[email protected]"
}
}