UNPKG

863 BJSONView Raw
1{
2 "name": "@ctx-core/cognito",
3 "version": "6.0.11",
4 "description": "@ctx-core aws cognito bindings",
5 "keywords": [
6 "ctx-core",
7 "aws",
8 "cognito"
9 ],
10 "homepage": "https://github.com/ctx-core/cognito#readme",
11 "bugs": {
12 "url": "https://github.com/ctx-core/cognito/issues"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/ctx-core/cognito.git"
17 },
18 "license": "Apache-2.0",
19 "author": "Brian Takita",
20 "main": "./index.js",
21 "module": "./index.js",
22 "types": "./index.ts",
23 "scripts": {
24 "build": "npm run clean && npm run compile",
25 "clean": "rm -f tsconfig.tsbuildinfo",
26 "compile": "./node_modules/.bin/tsc -b",
27 "exec": "$@",
28 "prepublishOnly": "npm run compile"
29 },
30 "dependencies": {
31 "amazon-cognito-identity-js": "^4.5.5"
32 },
33 "devDependencies": {
34 "typescript": "^4.1.2"
35 },
36 "publishConfig": {
37 "access": "public"
38 }
39}
\No newline at end of file