-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.17 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
{
"name": "feralfile-contract-tezos",
"version": "1.0.0",
"main": "originator.js",
"scripts": {
"ts": "ts-node",
"deploy-contracts": "ts-node testnet-test/deploy.ts",
"test-register-artwork": "ts-node testnet-test/register_artwork.ts",
"test-mint-editions": "ts-node testnet-test/mint_editions.ts",
"test-update-edition-metadata": "ts-node testnet-test/update_edition_metadata.ts",
"test-burn-editions": "ts-node testnet-test/burn_editions.ts",
"test-authorized-transfer": "ts-node testnet-test/authorized_transfer.ts",
"test-add-trustee": "ts-node testnet-test/add_trustee.ts",
"test-remove-trustee": "ts-node testnet-test/remove_trustee.ts",
"test-action-with-xtz": "ts-node testnet-test/action_with_xtz.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@taquito/signer": "^11.0.0",
"@taquito/taquito": "^11.0.0",
"@types/dotenv": "^8.2.0",
"axios": "^0.27.2",
"dotenv": "^16.0.0",
"ts-node": "^10.7.0"
},
"directories": {
"test": "test"
},
"description": "",
"devDependencies": {
"typescript": "^4.6.4"
}
}