-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (43 loc) · 1.21 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
44
45
{
"name": "@fr8/x12sol",
"version": "0.9.1",
"description": "Solidity ASC X12 Eleectronic Data Interchange Contracts",
"main": "index.js",
"scripts": {
"test": "yarn run saddle test",
"compile": "yarn run saddle compile",
"run": "yarn run",
"rpc": "curl --max-time 1000 --request GET 'localhost:3000/nft/supportsInterface/?interfaceId={{interfaceId}}' --header 'Accept: application/json'",
"tokenuri": "curl --max-time 1000 --request GET 'localhost:3000/nft/tokenURI/?tokenId={{tokenId}}' --header 'Accept: application/json'"
},
"dependencies": {
"@truffle/hdwallet-provider": "^1.0.39",
"eth-saddle": "^0.1.19",
"etherlime-lib": "^1.2.0",
"ethers": "^4.0.45",
"truffle": "^5.1.39"
},
"repository": {
"type": "git",
"url": "https://github.com/freight-trust/X12solidity.git"
},
"keywords": [
"BESU",
"ENTERPRISE",
"SUPPLY CHAIN",
"HYPERLEDGER",
"ETHEREUM",
"ERC",
"SMART CONTRACTS",
"SOLIDITY",
"EDI",
"EDIFACT",
"X12"
],
"author": "SEE LICENSE",
"license": "MPL-2.0",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"bugs": {
"url": "https://github.com/freight-trust/X12solidity/issues"
}
}