Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 9, 2020
1 parent 6b3c147 commit 78a866c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
@@ -0,0 +1,25 @@
{
"name": "has-package-exports",
"version": "0.0.0",
"description": "Does the current node version have support for the \"exports\" field in package.json?",
"main": "no.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/has-package-exports.git"
},
"keywords": [
"package.json",
"package",
"exports",
"field"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ljharb/has-package-exports/issues"
},
"homepage": "https://github.com/ljharb/has-package-exports#readme"
}

0 comments on commit 78a866c

Please sign in to comment.