-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.12 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.12 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
46
47
48
49
{
"author": {
"email": "illusive7man@gmail.com",
"url": "https://github.com/Illusive7Man",
"name": "Savo Pejović"
},
"bugs": {
"url": "https://github.com/Illusive7Man/ObservableForms/issues"
},
"files": [
"css/*",
"dist/*",
"lib/*"
],
"dependencies": {
"@popperjs/core": "^2.5.3",
"rxjs": "^7.x"
},
"devDependencies": {
"@types/jquery": "^3.5.5",
"chokidar": "^3.5.1",
"dts-bundle-generator": "^5.6.0",
"esbuild": "^0.8.32",
"tslib": "^2.0.1",
"typescript": "^4.5.2"
},
"description": "Observables and static type checking for all kind of forms.",
"keywords": [
"form",
"angular",
"observable",
"jQuery",
"reactive"
],
"license": "MIT",
"main": "lib/index.js",
"name": "observable-forms",
"repository": {
"type": "git",
"url": "git+https://github.com/Illusive7Man/ObservableForms.git"
},
"scripts": {
"build": "node esbuild.config.js",
"bundle:ds": "dts-bundle-generator -o dist/index.d.ts lib/index.d.ts --inline-declare-global"
},
"type": "module",
"types": "lib/index.d.ts",
"version": "2.0.3"
}