-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.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.11",
"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": "Alex Turchyn <alex@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": "^17.3.0",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/core": "^17.3.0",
"@angular/cli": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "^8.57.0",
"jasmine-core": "~5.1.0",
"ng-packagr": "^17.3.0",
"prettier": "^3.2.5",
"typescript": "~5.4.2"
},
"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)\""
}
}