forked from TradeMe/ngAddToCalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "@trademe/ng-add-to-calendar",
"version": "3.2.0",
"description": "Angular library to add custom events to common calendar applications",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Mike Francis",
"license": "MIT",
"keywords": [
"angular",
"javascript",
"typescript"
],
"scripts": {
"clean": "rimraf ./dist ./compiled && mkdir dist",
"lint": "tslint --project ./tslint.json",
"prebuild": "npm run clean && npm run lint",
"build": "ngc -p ./tsconfig.json && tsc -p ./tsconfig.json",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/TradeMe/ngAddToCalendar"
},
"bugs": {
"url": "https://github.com/TradeMe/ngAddToCalendar/issues"
},
"peerDependencies": {
"@angular/core": ">=7.0.0"
},
"devDependencies": {
"@angular/common": "^7.2.1",
"@angular/compiler": "^7.2.1",
"@angular/core": "^7.2.1",
"@angular/platform-browser": "^7.2.1",
"core-js": "^2.5.7",
"rxjs": "^6.3.3",
"zone.js": "^0.8.26",
"@angular/cli": "7.2.2",
"@angular/compiler-cli": "^7.2.1",
"@angular/language-service": "^7.2.1",
"@types/node": "~6.0.60",
"codelyzer": "^4.0.1",
"rimraf": "^2.6.2",
"tslint": "~5.9.1",
"typescript": "3.2.2"
}
}