UNPKG

@expressive-analytics/deep-thought-authentication

Version:

Typescript conversion of Deep Thought Authentication

40 lines (39 loc) 1.22 kB
{ "name": "@expressive-analytics/deep-thought-authentication", "version": "1.0.2", "description": "Typescript conversion of Deep Thought Authentication", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "npm run build && node dist/test/index.js" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/expressive-analytics/deep-thought/deep-thought-service-js.git" }, "keywords": [ "Deep", "Thought", "Service", "API", "backend" ], "author": "Expressive Analytics", "license": "UNLICENSED", "bugs": { "url": "https://gitlab.com/expressive-analytics/deep-thought/deep-thought-service-js/issues" }, "homepage": "https://gitlab.com/expressive-analytics/deep-thought/deep-thought-service-js#readme", "dependencies": { "@expressive-analytics/deep-thought-js": "file:.yalc/@expressive-analytics/deep-thought-js", "@expressive-analytics/deep-thought-service": "file:.yalc/@expressive-analytics/deep-thought-service", "append-query": "^2.1.1", "blueimp-md5": "^2.19.0" }, "peerDependencies": { "@expressive-analytics/deep-thought-js": "^3.0.4" }, "devDependencies": { "@types/node": "^18.6.4" } }