forked from heremaps/here-data-sdk-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 753 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 753 Bytes
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
{
"name": "@here/olp-sdk-ts",
"version": "0.9.0",
"description": "HERE OLP SDK for TypeScript",
"author": {
"name": "HERE Europe B.V.",
"url": "https://here.com"
},
"license": "Apache-2.0",
"private": "true",
"workspaces": [
"@here/*"
],
"scripts": {
"bootstrap": "lerna bootstrap --use-workspaces",
"build": "lerna run build",
"test": "lerna run test",
"coverage": "lerna run coverage",
"lint": "lerna run lint",
"bundle": "lerna run bundle",
"bundle:prod": "lerna run bundle:prod",
"prepublish-bundle": "lerna run prepublish-bundle",
"docs": "npx typedoc --out docs/src"
},
"devDependencies": {
"lerna": "3.16.4",
"@types/node": "12.7.5",
"typescript": "3.5.3"
}
}