@smart-cloud/tollingvision
Version:
TypeScript client for [Tolling Vision](https://tollingvision.com/) by [Smart Cloud Solutions Inc.](https://smart-cloud-solutions.com/).
68 lines (67 loc) • 1.57 kB
JSON
{
"name": "@smart-cloud/tollingvision",
"version": "2.5.3",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"lint": "eslint 'src/**/*.ts'",
"clean": "rm -rf dist",
"build": "tsup",
"test": "jest",
"build:proto": "scripts/protoc-generate.sh",
"publish": "npm publish --access=public"
},
"keywords": [
"anpr",
"alpr",
"mmr",
"adr",
"tolling",
"license-plate",
"make-and-model",
"image-review",
"vehicle",
"recognition",
"smart-cloud",
"grpc-web",
"protobuf",
"typescript"
],
"author": "Smart Cloud Solutions Inc.",
"license": "MIT",
"dependencies": {
"google-closure-library": "^20230802.0.0",
"google-protobuf": "^3.21.4",
"grpc-web": "^1.5.0",
"protoc-gen-js": "^3.21.4-4",
"ts-protoc-gen": "^0.15.0"
},
"devDependencies": {
"@eslint/js": "^10.0.0",
"@jest/globals": "^29.7.0",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"eslint": "^9.23.0",
"globals": "^16.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.0",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0"
},
"prettier": {
"tabs": false,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf"
}
}