-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.49 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
{
"name": "osmosfeed-examples",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build:articles-unstyled": "npm run build --prefix examples/articles-unstyled",
"build:articles-daily-unstyled": "npm run build --prefix examples/articles-daily-unstyled",
"build:sources-daily-unstyled": "npm run build --prefix examples/sources-daily-unstyled",
"build:default-gruvbox-dark": "npm run build --prefix examples/default-gruvbox-dark",
"build:default-gruvbox-light": "npm run build --prefix examples/default-gruvbox-light",
"build:default-solarized-light": "npm run build --prefix examples/default-solarized-light",
"build:default-solarized-dark": "npm run build --prefix examples/default-solarized-dark",
"build:podcast-unstyled": "npm run build --prefix examples/podcast-unstyled",
"build:youtube-dark": "npm run build --prefix examples/youtube-dark",
"copy": "node copy.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osmoscraft/osmosfeed-examples.git"
},
"keywords": [],
"author": "osmoscraft",
"license": "MIT",
"bugs": {
"url": "https://github.com/osmoscraft/osmosfeed-examples/issues"
},
"homepage": "https://github.com/osmoscraft/osmosfeed-examples#readme",
"workspaces": [
"./examples/*"
],
"devDependencies": {
"@osmoscraft/osmosfeed": "^1.4.0",
"@types/fs-extra": "^9.0.11",
"concurrently": "^6.0.2",
"fs-extra": "^9.1.0"
}
}