-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.5 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
{
"scripts": {
"estimates-active-pallet": "ts-node src/test/estimates-active-pallet.ts",
"estimates-for-localchain": "ts-node src/test/estimates-for-localchain.ts",
"estimates-account": "ts-node src/test/estimates-account.ts",
"test-estimates-create-aaveusdt": "ts-node src/test/estimates-initialize-and-create-aave-usdt.ts",
"test-init-manual-bridge": "ts-node src/test/manual-bridge-init-and-transfer",
"make-ar-account": "ts-node src/make_ar_account.ts",
"mint-points": "ts-node src/mint_points_to_accounts.ts",
"update-config-sudo": "ts-node src/update_config_with_sudo.ts",
"update-config-tech": "ts-node src/update_config_with_tech_concil.ts",
"update-config-testnet": "ts-node src/update_config_with_tech_concil_for_ato_testnet.ts",
"update-config-mainnet": "ts-node src/update_config_with_tech_concil_for_ato_mainnet.ts",
"create-puzzle-a10": "ts-node src/create_test_puzzle.ts",
"estimates-kami-creater": "ts-node src/test/estimates-kami-creater.ts",
"clean": "rm -rf ./dist/* && touch ./dist/.keep"
},
"dependencies": {
"@polkadot/api": "^9.4.1",
"@polkadot/types": "^9.4.1",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"dotenv": "^16.0.0"
},
"devDependencies": {
"@types/yargs": "^17.0.10",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"write-json-file": "^5.0.0",
"yargs": "^17.4.1"
}
}