mirror of
https://github.com/tcsenpai/astrasync.git
synced 2025-06-02 23:30:04 +00:00
25 lines
587 B
JSON
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"
|
|
}
|