@noodle-group/noodl
Version:
nooDL is a package for efficient validation of US driver license numbers across all 50 states and the District of Columbia.
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "@noodle-group/noodl",
"version": "1.0.11",
"description": "nooDL is a package for efficient validation of US driver license numbers across all 50 states and the District of Columbia.",
"main": "dist/index.js",
"directories": {
"test": "tests"
},
"types": "dist/index.d.ts",
"scripts": {
"start": "node ./dist/index.js",
"test": "npx jest",
"build": "npx tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/noodle-group/nooDL.git"
},
"keywords": [
"validation",
"validator",
"driver",
"drivers",
"driver-license",
"drivers-license",
"US"
],
"author": "Ericsson Schroeter",
"license": "MIT",
"bugs": {
"url": "https://github.com/noodle-group/nooDL/issues"
},
"homepage": "https://github.com/noodle-group/nooDL#readme",
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"files": [
"dist/"
]
}