UNPKG

594 BJSONView Raw
1{
2 "name": "oneid-sdk",
3 "version": "1.0.13",
4 "description": "OneID SDK for Javascript",
5 "author": "wolz-codelife",
6 "homepage": "https://github.com/wolz-CODElife/oneid-js-sdk.git",
7 "keywords": [
8 "SSO",
9 "api",
10 "identity"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/wolz-CODElife/oneid-js-sdk.git"
15 },
16 "scripts": {
17 "test": "echo \"Error: no test specified\" && exit 1"
18 },
19 "main": "./dist/index.js",
20 "module": "./dist/index.js",
21 "types": "./typings",
22 "license": "MIT",
23 "devDependencies": {
24 "typescript": "^4.7.3"
25 }
26}