forked from broxus/ever-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "@broxus/contracts",
"version": "1.1.1",
"description": "Set of contracts for simple smart contract development",
"scripts": {
"build": "locklift build && locklift build --contracts examples",
"format": "prettier --write \"test/**/*.ts\"",
"lint": "eslint \"test/**/*.spec.ts\" --fix",
"test": "locklift test --disable-build -n local",
"deploy": "npx locklift run -s scripts/0-deploy-giver.ts -n local"
},
"repository": {
"type": "git",
"url": "git+https://github.com/broxus/ever-contracts.git"
},
"keywords": [
"solidity",
"everscale",
"tvm",
"smart",
"contracts"
],
"author": "pavlovdog_ <[email protected]>",
"contributors": [
"30mb1 <[email protected]>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/broxus/ever-contracts/issues"
},
"homepage": "https://github.com/broxus/ever-contracts#readme",
"devDependencies": {
"@types/chai": "4.3.1",
"@types/mocha": "9.1.1",
"@types/node": "17.0.25",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"chai": "4.3.6",
"eslint": "8.17.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"locklift": "2.4.6",
"mocha": "10.1.0",
"prettier": "2.6.2",
"ts-node": "10.8.1",
"typescript": "4.7.3"
}
}