is-two
Version:
This is an efficient package help you determine if a number is two or not!
33 lines (32 loc) • 600 B
JSON
{
"name": "is-two",
"version": "1.0.9",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
"author": {
"name": "chuuuuu"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chuuuuu/is-two.git"
},
"bugs": {
"url": "https://github.com/chuuuuu/is-two/issues"
},
"publishConfig": {
"access": "public",
"branches": [
"master"
]
},
"homepage": "https://github.com/chuuuuu/is-two",
"keywords": [
"is",
"two"
],
"scripts": {
"build": "rm -r dist & tsc",
"build:watch": "tsc --watch"
}
}