is-bisskey
Version:
Check wether string is Bisskey code or not
22 lines (21 loc) • 463 B
JSON
{
"name": "is-bisskey",
"description": "Check wether string is Bisskey code or not",
"version": "1.0.3",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"author": {
"name": "Roman Masyhar",
"email": "mhrohman@live.com"
},
"license": "MIT",
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"test": "npm run build && ava"
},
"devDependencies": {
"ava": "^0.19.1",
"typescript": "^2.3.4"
}
}