-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 953 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
{
"dependencies": {
"@completium/completium-cli": "^0.4.53",
"@taquito/signer": "^15.1.0",
"@taquito/taquito": "^15.1.0",
"dotenv": "^16.0.3",
"mocha": "^10.0.0"
},
"name": "orb",
"description": "P2E canvas game with NFT pass/skin and DeFi mechanics",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"@taqueria/plugin-archetype": "^0.18.0",
"@taqueria/plugin-jest": "^0.18.0",
"jest": "^29.0.3"
},
"scripts": {
"test-contracts": "completium-cli mockup init --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg && npm test",
"test": "jest test_room"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stepandra/orb"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stepandra/orb/issues"
},
"homepage": "https://github.com/stepandra/orb#readme"
}