-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "@delagen/cadesplugin",
"version": "1.2.0",
"description": "",
"main": "./build/index.js",
"module": "./build/index.js",
"browser": "./build/browser.js",
"es2015": "./build/index.es2015.js",
"typings": "./build/index.d.ts",
"scripts": {
"build": "tsc --emitDeclarationOnly && webpack --mode production",
"test": "tsc --project tsconfig.spec.json"
},
"author": "Delagen <[email protected]> (https://delagen.blogspot.com/)",
"license": "ISC",
"repository": "https://github.com/Delagen/cadesplugin.git",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"cadesplugin",
"cadesplugin-api",
"cadesplugin-crypto-pro-api",
"cryptopro",
"crypto-pro",
"Крипто Про",
"криптоПро",
"cades",
"ЭЦП",
"Электронная подпись",
"Электронная цифровая подпись"
],
"dependencies": {},
"devDependencies": {
"core-js": "~3.29.1",
"url-search-params-polyfill": "~8.1.1",
"terser-webpack-plugin": "~5.3.7",
"ts-loader": "~9.4.2",
"tslib": "~2.5.0",
"typescript": "~5.0.2",
"webpack": "~5.76.2",
"webpack-cli": "~5.0.1"
}
}