-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "ng-trim-value-accessor",
"version": "3.0.2",
"scripts": {
"build": "ng-packagr -p package.json",
"prepublish": "ng-packagr -p package.json",
"lint": "tslint src/**/*.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/khashayar/ng-trim-value-accessor"
},
"author": {
"name": "Khashayar Hajian",
"email": "[email protected]"
},
"keywords": [
"angular",
"value accessor",
"angular custom value accessor",
"angular trim value accessor"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/khashayar/ng-trim-value-accessor/issues"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/compiler-cli": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/platform-server": "^8.0.0",
"@types/es6-shim": "^0.31.35",
"codelyzer": "^5.1.0",
"ng-packagr": "^5.5.0",
"tslint": "^4.4.2",
"typescript": "^3.4.0",
"zone.js": "^0.10.2"
},
"ngPackage": {
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "index.ts"
},
"dest": "dist"
}
}