We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3c649 commit 254e535Copy full SHA for 254e535
.nvmrc
@@ -0,0 +1 @@
1
+v20
package.json
@@ -4,15 +4,18 @@
4
"author": "Scio Labs <[email protected]> (https://scio.xyz)",
5
"type": "module",
6
"version": "1.0.0",
7
+ "engines": {
8
+ "node": ">=18 <=20"
9
+ },
10
"scripts": {
11
"build": "tsc",
12
"node": "substrate-contracts-node --dev --base-path ./.node-data",
13
"script": "f() { tsx ./src/$1; }; f \"$@\"",
14
"type-check": "tsc --pretty --noEmit"
15
},
16
"devDependencies": {
- "@types/node": "^18.18.9",
17
"@polkadot/types": "^10.11.1",
18
+ "@types/node": "^20.10.0",
19
"tsx": "^4.5.0",
20
"typescript": "^5.3.2"
21
0 commit comments