This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.76 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
{
"name": "@papyrs/what-is-internet-identity",
"version": "0.0.3",
"description": "A custom element that summarizes what is Internet Identity",
"author": "David Dal Busco",
"license": "MIT",
"homepage": "https://papy.rs",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
"types": "dist/types/interface.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/what-is-internet-identity/what-is-internet-identity.esm.js",
"files": [
"dist/",
"README.md",
"LICENSE"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"format": "prettier . --write",
"format:md": "prettier \"src/**/*.md\" --write",
"postbuild": "npm run format:md"
},
"devDependencies": {
"@stencil/core": "^2.17.4",
"@stencil/postcss": "^2.1.0",
"@stencil/sass": "^1.5.2",
"@stencil/store": "^1.5.0",
"@types/jest": "^27.5.1",
"autoprefixer": "^10.4.8",
"jest": "^28.1.0",
"jest-cli": "^28.1.0",
"prettier": "^2.6.2",
"prettier-plugin-organize-imports": "^3.1.1",
"puppeteer": "^14.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/papyrs/whats-internet-identity.git"
},
"bugs": {
"url": "https://github.com/papyrs/whats-internet-identity"
},
"keywords": [
"internet-computer",
"internetcomputer",
"internet-identity",
"authentication",
"auth",
"passwordless",
"passwordless-authentication"
]
}