-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 933 Bytes
/
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
{
"name": "lucky-smileys",
"version": "2.0.0",
"description": "A collection of 1000 uniquely generated smiley NFTs",
"license": "GPL-3.0-or-later",
"author": "t4top@aztemi",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite --host 0.0.0.0 --port 8080",
"build": "vite build --emptyOutDir",
"preview": "vite preview --host 0.0.0.0 --port 8080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t4top/lucky-smileys.git"
},
"keywords": [
"NFT",
"Lucky",
"Smileys",
"NFTTalents"
],
"bugs": {
"url": "https://github.com/t4top/lucky-smileys/issues"
},
"homepage": "https://github.com/t4top/lucky-smileys#readme",
"dependencies": {
"ethers": "^5.7.2"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^3.0.2",
"prettier": "^2.8.3",
"stylus": "^0.59.0",
"vite": "^4.0.4"
}
}