-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 984 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 984 Bytes
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
{
"name": "split-smartcontract",
"version": "1.0.0",
"description": "SmartTS Environment",
"private": true,
"scripts": {
"compile": "node ./scripts/compile.js",
"test": "node ./scripts/test.js",
"originate": "node ./scripts/compile.js && node ./scripts/originate.js",
"update": "npm i create-smartpy-project@latest && create-smartpy-project update --path ./ --typescript"
},
"devDependencies": {
"@smartpy/timelock": "^0.0.9",
"@smartpy/ts-types": "^0.8.4",
"@types/node": "^17.0.41",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"blakejs": "^1.1.1",
"bs58check": "^2.1.2",
"create-smartpy-project": "^0.2.2",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"js-sha3": "^0.8.0",
"libsodium-wrappers-sumo": "^0.7.9",
"lodash": "^4.17.21",
"prettier": "2.3.2",
"tezos-bls12-381": "^1.1.1",
"xhr2-cookies": "^1.1.0"
},
"engines": {
"node": ">=10"
}
}