UNPKG

1.08 kBJSONView Raw
1{
2 "description": "Front end for Kano's authentication flow.",
3 "name": "@kano/kwc-auth",
4 "version": "3.0.11",
5 "publishConfig": {
6 "access": "public"
7 },
8 "main": "dist/kwc-auth.js",
9 "scripts": {
10 "checkstyle": "eslint kwc-auth.js",
11 "checkstyle-ci": "yarn checkstyle -f checkstyle -o eslint.xml",
12 "tsc": "tsc",
13 "watch": "tsc --watch",
14 "serve": "es6-server",
15 "serve-test": "web-tester serve \"dist/**/*.test.js\"",
16 "test": "web-tester run \"dist/**/*.test.js\"",
17 "test-ci": "yarn run --silent test -r xunit > test-results.xml"
18 },
19 "dependencies": {
20 "@kano/i18n": "^1.0.4",
21 "@kano/styles": "^3.0.10",
22 "lit-element": "^2.0.1"
23 },
24 "devDependencies": {
25 "@kano/demo-helpers": "^3.0.16",
26 "@kano/es6-server": "^1.0.3",
27 "@kano/eslint-config": "^1.0.0",
28 "@kano/web-tester": "^1.0.0-alpha.20",
29 "@types/chai": "^4.1.7",
30 "@types/mocha": "^5.2.6",
31 "@types/sinon": "^7.0.11",
32 "@webcomponents/webcomponentsjs": "^2.0.0",
33 "eslint": "^4.19.1",
34 "sinon": "^7.3.1",
35 "typescript": "^3.5.3"
36 }
37}