diff --git a/package.json b/package.json new file mode 100644 index 0000000..1e3ed28 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "is-bigint", + "version": "0.0.0", + "description": "Is this value an ES BigInt?", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/is-bigint.git" + }, + "keywords": [ + "bigint", + "es", + "integer", + "is" + ], + "author": "Jordan Harband ", + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/is-bigint/issues" + }, + "homepage": "https://github.com/ljharb/is-bigint#readme" +}