-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
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
{
"name": "@delagen/cadesplugin",
"version": "1.4.0",
"description": "",
"main": "./build/commonjs.js",
"module": "./build/module.js",
"browser": "./build/browser.js",
"es2015": "./build/module.js",
"typings": "./build/index.d.ts",
"scripts": {
"build": "tsc --emitDeclarationOnly && webpack --mode production",
"build:watch": "npm run build -- --watch",
"test": "tsc --project tsconfig.spec.json"
},
"author": "Delagen <delagen@gmail.com> (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.47.0",
"url-search-params-polyfill": "~8.2.5",
"terser-webpack-plugin": "~5.3.16",
"ts-loader": "~9.5.4",
"tslib": "~2.8.1",
"typescript": "~5.9.3",
"webpack": "~5.104.1",
"webpack-cli": "~6.0.1"
}
}