-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.84 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@integrationos/authkit",
"version": "1.1.0",
"description": "Frontend bindings for IntegrationOS AuthKit",
"files": [
"dist",
"src"
],
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-typescript": "^8.1.0",
"@tsconfig/recommended": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"@wessberg/rollup-plugin-ts": "^1.3.8",
"axios": "^1.4.0",
"babel": "^6.23.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-typescript-to-proptypes": "^1.4.2",
"eslint": "^7.15.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"npm": "^9.6.2",
"npmrc": "^1.1.1",
"prettier": "^2.2.1",
"rollup": "^2.79.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"tslib": "^2.0.3",
"typescript": "^4.1.3"
},
"author": "@integrationos",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/integration-os/authkit"
},
"keywords": [
"integrationos",
"integrations",
"unified api"
],
"license": "MIT",
"homepage": "https://integrationos.com"
}