-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 1.31 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
{
"name": "sharedcovid",
"version": "1.0.4",
"author": "Tobias Uhlig",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/neomjs/shared-covid-dashboard.git"
},
"scripts": {
"build-all": "node ./node_modules/neo.mjs/buildScripts/buildAll.js -n",
"build-all-questions": "node ./buildScripts/buildAll.js",
"build-my-apps": "node ./node_modules/neo.mjs/buildScripts/webpack/buildMyApps.js",
"build-themes": "node ./node_modules/neo.mjs/buildScripts/webpack/buildThemes.js",
"build-threads": "node ./node_modules/neo.mjs/buildScripts/webpack/buildThreads.js",
"copy-examples": "node ./buildScripts/copyExamples.js",
"create-app": "node ./node_modules/neo.mjs/buildScripts/createApp.js",
"generate-docs-json": "node ./node_modules/neo.mjs/buildScripts/docs/jsdocx.js",
"server-start": "webpack serve -c ./node_modules/neo.mjs/buildScripts/webpack/webpack.server.config.js --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"neo.mjs": "^3.0.0"
},
"bugs": {
"url": "https://github.com/neomjs/shared-covid-dashboa/issues"
},
"funding": {
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/tobiu"
}
}