FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
algorithmiaio.github.io/package.json at develop · algorithmiaio/algorithmiaio.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
algorithmiaio
/
algorithmiaio.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
algorithmiaio.github.io
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (41 loc) · 1.27 KB
Breadcrumbs
algorithmiaio.github.io
/
package.json
Copy path
File metadata and controls
41 lines (41 loc) · 1.27 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
40
41
{
"name"
:
"
algorithmia-dev-center
"
,
"version"
:
"
1.0.0
"
,
"private"
:
true
,
"description"
:
"
The Algorithmia Developer Resource Center
"
,
"author"
:
"
Algorithmia <mia@algorithmia.com>
"
,
"homepage"
:
"
https://algorithmia.com/
"
,
"license"
:
"
The MIT License (MIT)
"
,
"scripts"
: {
"dev"
:
"
yarn reset:cache && docker compose up
"
,
"setup"
:
"
rm -rf vendor && docker run -v $PWD:/jekyll algorithmiahq/dev-center:local-dev-jekyll-server bundle install
"
,
"test"
:
"
concurrently
\"
yarn dev
\"
\"
sleep 1m yarn test:run
\"
"
,
"test:run"
:
"
cross-env NODE_ENV=production ./node_modules/.bin/mocha ./server/index.spec.js --timeout=10000
"
,
"reset:cache"
:
"
rm -rf .jekyll-cache && rm -rf .jekyll-metadata && rm -rf _site
"
},
"devDependencies"
: {
"axios"
:
"
^0.21.2
"
,
"chai"
:
"
^4.3.4
"
,
"http-proxy-middleware"
:
"
^0.20.0
"
,
"mocha"
:
"
^6.2.0
"
,
"shelljs"
:
"
^0.8.5
"
,
"stylelint"
:
"
^13.12.0
"
,
"stylelint-config-sass-guidelines"
:
"
^8.0.0
"
},
"dependencies"
: {
"bunyan"
:
"
^1.8.15
"
,
"cross-env"
:
"
^7.0.3
"
,
"express"
:
"
^4.17.1
"
,
"prom-client"
:
"
^13.1.0
"
,
"redoc"
:
"
^2.0.0-rc.57
"
,
"request-stats"
:
"
^3.0.0
"
},
"engines"
: {
"node"
:
"
17.3
"
,
"yarn"
:
"
>=1.22.4
"
},
"resolutions"
: {
"mkdirp"
:
"
0.5.3
"
,
"minimist"
:
"
^1.2.6
"
}
}
Back
|
FazBrowse Home
|
New Git URL