node-imei-ts
Version:
imei generator/checker fork from https://github.com/BadMachine/node-imei with added TS compatibility
27 lines (26 loc) • 679 B
JSON
{
"name": "node-imei-ts",
"version": "1.0.11",
"description": "imei generator/checker fork from https://github.com/BadMachine/node-imei with added TS compatibility ",
"main": "./src/imei.js",
"typings": "./src/imei.d.ts",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ToolSense/node-imei.git"
},
"keywords": [
"imei",
"imeigen",
"imeicheck"
],
"author": "ME",
"license": "ISC",
"bugs": {
"url": "https://github.com/ToolSense/node-imei/issues"
},
"homepage": "https://github.com/ToolSense/node-imei#readme"
}