sandbox-node/async-await/package.json

12 lines
277 B
JSON

{
"name": "async-await",
"version": "1.0.0",
"description": "async await",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Software Ingenieur Begerad <dialog@SwIngBe.de>",
"license": "GPL-3.0-or-later"
}