-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
19 lines (19 loc) · 855 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "token-de-la-abundancia",
"version": "1.0.0",
"description": "El token de la abundancia es un nft meme de los telares de la abundancia, la idea es demostrar que no es mas que un ponzi salvaje",
"main": "index.js",
"scripts": {
"test": "npm run test --prefix ./hardhat",
"start": "npm run preview --prefix ./web",
"postinstall": "npm install --prefix ./web && npm install --prefix ./hardhat",
"heroku-prebuild": "npm install && npm install --prefix ./web",
"dev": "npm run dev --prefix ./web",
"preview": "npm run preview --prefix ./web",
"build": "# npm run build --prefix ./web && cp -R ./web/build ./docs",
"local-build": "npm run build --prefix ./web && cp -R ./web/build/* ./docs"
},
"author": "eugenioclrc",
"url": "https://eugenioclrc.github.io/token-de-la-abundancia/",
"license": "MIT"
}