astrasync/package.json
thecookingsenpai 04acc46a9d Initial commit
2023-12-25 13:25:26 +01:00

25 lines
587 B
JSON

{
"name": "astrasync",
"version": "1.0.1",
"description": "Make possible to use async methods in sync methods",
"main": "astrasync.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thecookingsenpai/desync.git"
},
"keywords": [
"sync",
"async",
"desync"
],
"author": "thecookingsenpai",
"license": "ISC",
"bugs": {
"url": "https://github.com/thecookingsenpai/desync/issues"
},
"homepage": "https://github.com/thecookingsenpai/desync#readme"
}