-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 962 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
{
"name": "react-here-maps",
"description": "React hooks, components and examples for HERE Maps API JS",
"workspaces": [
"app/**",
"packages/*"
],
"scripts": {
"prepare": "pnpm build:lib && pnpm build:web",
"run:web": "pnpm --filter @rodrito/www dev",
"run:storybook": "pnpm --filter @rodrito/react-here-maps storybook",
"build:web": "pnpm --filter @rodrito/www build",
"build:storybook-web": "pnpm --filter @rodrito/react-here-maps build-storybook",
"build:lib": "pnpm --filter @rodrito/react-here-maps build",
"lint:web": "pnpm --filter @rodrito/www lint",
"check:lib": "pnpm --filter @rodrito/react-here-maps publish --access public --dry-run",
"publish:lib": "pnpm --filter @rodrito/react-here-maps publish --access public"
},
"keywords": [
"react",
"here",
"maps",
"api",
"typescript",
"herewego"
],
"author": "rodrigo.toyama",
"license": "MIT",
"version": "1.0.3"
}