-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
36 lines (36 loc) · 1.08 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
{
"name": "lukso-playground",
"version": "1.0.0",
"private": true,
"description": "Convenient and standalone code snippets to read, write and interact with the LUKSO LSP smart contracts.",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/lukso-network/lukso-playground.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lukso-network/lukso-playground/issues"
},
"homepage": "https://github.com/lukso-network/lukso-playground#readme",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@erc725/erc725.js": "^0.27.0",
"@lukso/lsp-smart-contracts": "^0.14.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"ethers": "^6.10.0",
"hardhat-deploy": "^0.11.43",
"isomorphic-fetch": "^3.0.0",
"prettier": "^3.2.4",
"prettier-plugin-solidity": "^1.3.1",
"typescript": "^5.3.3"
}
}