UNPKG

@iexec/iapp

Version:

A CLI to guide you through the process of building an iExec iApp

14 lines (13 loc) 276 B
{ "name": "iexec-hello-world-iapp", "version": "0.0.1", "description": "", "main": "src/app.js", "type": "module", "dependencies": { // <<protectedData>> "@iexec/dataprotector-deserializer": "^0.1.1", // <</protectedData>> "figlet": "^1.8.1" } }