-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
32 lines (32 loc) · 1.06 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
{
"name": "ink-adder",
"version": "1.0.0",
"author": "fbielejec",
"license": "MIT",
"description": "adder SC",
"scripts": {
"watch": "gulp default",
"compile": "typechain-compiler --release --toolchain nightly-2023-05-31",
"deploy": "npm config set script-shell \"/bin/bash\"; ts-node deploy.ts"
},
"dependencies": {
"@727-ventures/typechain-compiler": "^1.1.0",
"@727-ventures/typechain-types": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"@polkadot/api": "^10.9.1",
"@polkadot/api-contract": "^10.9.1",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^5.1.0"
},
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"gulp": "^4.0.2",
"gulp-shell": "^0.8.0"
}
}