openalpr
Version:
Open ALPR JavaScript SDK for Multei
76 lines (75 loc) • 1.94 kB
JSON
{
"name": "openalpr",
"version": "0.3.4-alpha.2",
"description": "Open ALPR JavaScript SDK for Multei",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"scripts": {
"build": "rollup -c",
"ci": "npm run testc && npm run report-coverage",
"dev": "npm run develop",
"develop": "rollup -c -w",
"jest": "jest",
"predeploy": "cd example && npm install && npm run build",
"prepare": "npm run build",
"pretest": "npm run build",
"preversion": "npm test",
"report-coverage": "codecov",
"start": "npm run develop",
"test": "jest",
"testc": "jest --coverage",
"testm": "stryker run",
"testu": "jest --u",
"testw": "jest --watch",
"version": "npm run build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/multei/openalpr.git"
},
"keywords": [
"multei",
"openalpr"
],
"author": "Jimmy Andrade <contato@jimmyandrade.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/multei/openalpr/issues"
},
"homepage": "https://github.com/multei/openalpr#readme",
"devDependencies": {
"@babel/core": "7.10.4",
"@babel/preset-env": "7.10.4",
"@rollup/plugin-commonjs": "13.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "8.1.0",
"@stryker-mutator/core": "3.3.1",
"@stryker-mutator/html-reporter": "3.1.0",
"@stryker-mutator/javascript-mutator": "3.3.1",
"@stryker-mutator/jest-runner": "3.3.1",
"babel-jest": "26.1.0",
"codecov": "3.7.0",
"debug": "4.1.1",
"husky": "4.2.5",
"jest": "26.1.0",
"rollup": "2.19.0"
},
"dependencies": {
"axios": "0.19.2"
},
"engines": {
"node": ">=8",
"npm": ">=5.7.0"
},
"husky": {
"hooks": {
"pre-commit": "npm test",
"pre-push": "npm test"
}
}
}