-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
37
38
39
40
41
42
{
"name": "lukso-foundry-template",
"description": "![logo-foundry-lukso](https://user-images.githubusercontent.com/31145285/177119624-d787f69d-fcaf-4b75-9a84-5a7967ca0b87.png)",
"version": "1.0.0",
"license": "Apache-2.0",
"author": "Jean Cavallera (CJ42)",
"type": "module",
"directories": {
"lib": "lib",
"test": "test"
},
"homepage": "https://github.com/lukso-network/lukso-foundry-template#readme",
"bugs": {
"url": "https://github.com/lukso-network/lukso-foundry-template/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukso-network/lukso-foundry-template.git"
},
"keywords": [
"LUKSO",
"LSP",
"Smart",
"Contracts",
"Foundry",
"Solidity",
"EVM"
],
"scripts": {
"build": "forge build",
"test": "forge test",
"format": "forge fmt"
},
"devDependencies": {
"@types/bun": "latest",
"dotenv": "^16.4.5",
"@remix-project/remixd": "^0.6.40"
},
"dependencies": {
"@lukso/lsp-smart-contracts": "latest"
}
}