forked from VIALabs-io/contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.07 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
46
47
48
49
50
51
52
53
{
"name": "@vialabs-io/contracts",
"description": "Decentralized Cross-Chain Crypto Messaging System",
"version": "0.4.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"message/**/*",
"features/**/*",
"config/**/*",
"dist/**/*"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"clean": "rimraf dist",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/VIALabs-io/contracts.git"
},
"keywords": [
"solidity",
"ethereum",
"bridge",
"messaging",
"crosschain",
"smart",
"contracts",
"avalanche",
"pulsechain",
"base",
"fantom",
"binance",
"cronos",
"harmony",
"oasis",
"arbitrum",
"gauss"
],
"author": "Atlas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/VIALabs-io/contracts/issues"
},
"homepage": "https://developer.vialabs.io/",
"devDependencies": {
"@types/node": "^20.11.5",
"hardhat": "^2.22.4",
"typescript": "^5.4.5",
"rimraf": "^3.0.2"
}
}