Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 12, 2022
1 parent 456defc commit d35b611
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
@@ -0,0 +1,31 @@
{
"name": "is-async-function",
"version": "1.3.0",
"description": "Is this a native `async function`?",
"main": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inspect-js/is-async-function.git"
},
"keywords": [
"async-await",
"async",
"await",
"is-async-function",
"function",
"fn"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inspect-js/is-async-function/issues"
},
"homepage": "https://github.com/inspect-js/is-async-function#readme"
}

0 comments on commit d35b611

Please sign in to comment.