-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "web-eid-webextension",
"version": "2.3.0",
"description": "",
"main": "src/index.js",
"scripts": {
"lint": "eslint . --ext .ts",
"clean": "node scripts/build.mjs clean",
"build": "node scripts/build.mjs build",
"package": "node scripts/build.mjs package",
"compile": "node scripts/build.mjs compile",
"bundle": "node scripts/build.mjs bundle",
"test": "node scripts/build.mjs test"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:web-eid/webextension/web-eid-webextension.git"
},
"author": "Tanel Metsar",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-node-resolve": "^13.0.6",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"archiver": "^5.3.0",
"bootstrap": "^5.3.0-alpha1",
"eslint": "^8.2.0",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"jest": "^27.4.4",
"rollup": "^2.79.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-inject-process-env": "^1.3.1",
"rollup-plugin-license": "^2.6.0",
"rollup-plugin-polyfill": "^3.0.0",
"ts-jest": "^27.1.1",
"webextension-polyfill": "^0.10.0",
"typescript": "^4.5.2"
},
"dependencies": {}
}