-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@godzilla-forms/angular-parser",
"version": "0.0.15",
"description": "Godzilla Forms parser library for angular",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "ng build godzilla-forms-parser",
"watch": "ng build godzilla-forms-parser --configuration development --watch",
"test": "ng build godzilla-forms-parser",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"prepare": "npm run build",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"Godzilla",
"Form Builder"
],
"author": "Alhazmy",
"email": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/Godzilla-Forms/angular-parser#readme",
"bugs": {
"url": "https://github.com/Godzilla-Forms/angular-parser/issues"
},
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@godzilla-forms/core": "^0.0.12",
"rxjs": "~7.5.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.3",
"@angular/cli": "~14.2.1",
"@angular/compiler-cli": "^14.0.0",
"@types/jasmine": "~4.0.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.1.1",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^14.2.0",
"typescript": "~4.7.2"
},
"module": "dist/fesm2015/godzilla-forms-angular-parser.mjs",
"es2020": "dist/fesm2020/godzilla-forms-angular-parser.mjs",
"esm2020": "dist/esm2020/godzilla-forms-angular-parser.mjs",
"fesm2020": "dist/fesm2020/godzilla-forms-angular-parser.mjs",
"fesm2015": "dist/fesm2015/godzilla-forms-angular-parser.mjs",
"typings": "dist/index.d.ts"
}