-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
29 lines (29 loc) · 1.23 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
{
"name": "aepp-sophia-examples",
"version": "1.0.0",
"description": "providing basic and advanced Sophia contract examples",
"scripts": {
"test": "mocha ./test/**/*.js --timeout 0 --exit",
"test:aensDelegation": "mocha ./test/aensDelegation.js --timeout 0 --exit",
"test:cryptoHamster": "mocha ./test/cryptoHamster.js --timeout 0 --exit",
"test:exchangeOracles": "mocha ./test/exchangeOracles.js --timeout 0 --exit",
"test:libraryUsage": "mocha ./test/libraryUsage.js --timeout 0 --exit",
"test:oracleDelegation": "mocha ./test/oracleDelegation.js --timeout 0 --exit",
"test:ownable": "mocha ./test/ownable.js --timeout 0 --exit",
"test:smartDataProvider": "mocha ./test/smartDataProvider.js --timeout 0 --exit",
"test:smartRealEstate": "mocha ./test/smartRealEstate.js --timeout 0 --exit",
"test:smartShop": "mocha ./test/smartShop.js --timeout 0 --exit",
"test:spendToMany": "mocha ./test/spendToMany.js --timeout 0 --exit",
"test:ticTacToe": "mocha ./test/ticTacToe.js --timeout 0 --exit"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aeternity/aepp-sdk": "^13.0.0"
},
"devDependencies": {
"@aeternity/aeproject": "^4.6.0",
"chai": "^4.3.6",
"mocha": "^9.2.2"
}
}