@enface/sdk
Version:
Enface biometric services
74 lines (73 loc) • 1.89 kB
JSON
{
"name": "@enface/sdk",
"version": "1.1.7",
"description": "Enface biometric services",
"author": "Enface LTD",
"main": "./dist/enface.node.js",
"browser": {
"./dist/enface.node.js": "./dist/enface.web.js"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"prepublishOnly": "npm run build",
"test": "jest",
"test:watch": "jest --watch --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/safead/enface-sdk-js.git"
},
"keywords": [
"enface",
"biometric",
"face",
"detection",
"liveness",
"sdk"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/safead/enface-sdk-js/issues"
},
"homepage": "https://enface.io",
"dependencies": {
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-http-common": "^0.2.15",
"cross-fetch": "^3.0.4",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"request": "^2.88.0"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/runtime": "^7.7.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.1.1",
"jest": "^24.9.0",
"mock-apollo-client": "^0.2.0",
"parallel-webpack": "^2.4.0",
"terser-webpack-plugin": "^2.2.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"__mocks__",
"__utils__",
"__tests__/apiMocked.js"
]
}
}