-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 997 Bytes
/
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
{
"name": "@itgold/everscale-tip",
"version": "1.2.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"/contracts/**"
],
"scripts": {
"test": "cd test && npx locklift test --network local --timeout 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itgoldio/everscale-tip4.git"
},
"author": "ITgold <https://itgold.io/>",
"license": "MIT",
"bugs": {
"url": "https://github.com/itgoldio/everscale-tip4/issues"
},
"homepage": "https://github.com/itgoldio/everscale-tip4#readme",
"keywords": [
"solidity",
"everscale",
"smart",
"contracts",
"security",
"nft",
"ITgold",
"venom"
],
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.6",
"chai": "^4.3.6",
"everscale-standalone-client": "^2.0.27",
"locklift": "^2.1.10",
"prettier": "^2.7.1",
"ts-mocha": "^10.0.0",
"typescript": "^4.7.4"
}
}