forked from wsmd/mapkit-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 905 Bytes
/
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
{
"name": "mapkit-typescript",
"version": "5.13.3",
"description": "Typescript type definitions for MapKit JS",
"repository": "wsmd/mapkit-typescript",
"types": "./mapkit/index.d.ts",
"homepage": "https://github.com/wsmd/mapkit-typescript",
"author": "Waseem Dahman <dwaseem@icloud.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wsmd/mapkit-typescript/issues"
},
"scripts": {
"lint": "tslint **/*.d.ts",
"test": "npm run typecheck && npm run lint",
"typecheck": "tsc --noEmit",
"typecheck:dev": "tsc --noEmit --watch",
"touch": "./scripts/create-file",
"prepack": "npm run test"
},
"files": [
"mapkit",
"NOTICE"
],
"keywords": [
"Apple",
"apple-maps",
"MapKit.d.ts",
"MapKit",
"types",
"typescript",
"typings"
],
"devDependencies": {
"tslint": "^5.12.1",
"typescript": "^3.2.2"
}
}