-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
54 lines (54 loc) · 1.72 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
{
"name": "@docuseal/angular",
"version": "1.0.13",
"description": "DocuSeal Angular components to integrate documents signing process into apps. ✍️",
"esm2022": "dist/esm2022/docuseal-angular.mjs",
"esm": "dist/esm2022/docuseal-angular.mjs",
"default": "dist/fesm2022/docuseal-angular.mjs",
"module": "dist/fesm2022/docuseal-angular.mjs",
"types": "dist/index.d.ts",
"author": "DocuSeal <support@docuseal.com>",
"license": "MIT",
"homepage": "https://www.docuseal.com/docs/embedded",
"bugs": {
"url": "https://github.com/docusealco/docuseal-angular/issues"
},
"repository": "https://github.com/docusealco/docuseal-angular",
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.7",
"@angular-eslint/builder": "19.0.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/schematics": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "^19.0.7",
"@angular/compiler": "^19.0.6",
"@angular/compiler-cli": "^19.0.6",
"@angular/core": "^19.0.6",
"@angular/platform-browser": "^19.0.6",
"@angular/platform-browser-dynamic": "^19.0.6",
"@types/jasmine": "~5.1.5",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"eslint": "^9.17.0",
"jasmine-core": "~5.5.0",
"ng-packagr": "^19.0.1",
"prettier": "^3.4.2",
"typescript": "~5.6.3"
},
"keywords": [
"angular",
"angular-component",
"esignature",
"documents"
],
"files": [
"dist"
],
"scripts": {
"ng": "ng",
"build": "ng build",
"lint": "ng lint",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|d.ts|json)\""
}
}