-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
1 lines (1 loc) · 744 Bytes
/
package.json
File metadata and controls
1 lines (1 loc) · 744 Bytes
1
{"name":"simple-dapp-typescript","version":"1.0.0","description":"","main":"index.js","scripts":{"prepare":"tsc","build":"tsc","start":"ts-node src/index.ts"},"repository":{"type":"git","url":"git+https://github.com/vinodnextcoder/simple-dApp-typescript.git"},"keywords":[],"author":"","license":"ISC","bugs":{"url":"https://github.com/vinodnextcoder/simple-dApp-typescript/issues"},"homepage":"https://github.com/vinodnextcoder/simple-dApp-typescript#readme","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"devDependencies":{"@types/node":"^16.11.45","husky":"^8.0.1","prettier":"^2.7.1","pretty-quick":"^3.1.3","ts-node":"^10.9.1","typescript":"^4.7.4"},"dependencies":{"@ethereumjs/tx":"^3.5.2","dotenv":"^16.0.1","web3":"^1.7.4"}}