pmr-core
Version:
Core library of Poor Man's Rekognition project under CCExtractor Development
51 lines (50 loc) • 1.24 kB
JSON
{
"name": "pmr-core",
"version": "0.0.1",
"description": "Core library of Poor Man's Rekognition project under CCExtractor Development",
"main": "./src/index.ts",
"scripts": {
"test": "node_modules/.bin/mocha --require ts-node/register src/**/*.test.ts"
},
"engines": {
"node": ">=8"
},
"keywords": [
"ccextractor",
"face-recognition",
"video-analytics",
"poor-mans-rekognition",
"amazon-rekognition"
],
"author": {
"name": "Sarfaraz Iraqui",
"email": "sarfarazghlm@gmail.com"
},
"license": "GPL-3.0",
"dependencies": {
"@tensorflow/tfjs-node": "^1.2.4",
"argparse": "^1.0.10",
"face-api.js": "^0.20.1",
"nodoface": "0.0.5",
"rollup": "^1.16.6"
},
"devDependencies": {
"@types/argparse": "^1.0.36",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.12",
"chai": "^4.2.0",
"eslint": "^6.0.1",
"mocha": "^6.1.4",
"ts-node": "^8.3.0",
"typescript": "^3.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sziraqui/pmr-core.git"
},
"bugs": {
"url": "https://github.com/sziraqui/pmr-core/issues"
},
"homepage": "https://github.com/sziraqui/pmr-core#readme"
}