FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
parse-server-example/package.json at master · ts0516/parse-server-example · GitHub
ts0516
/
parse-server-example
Public
forked from
parse-community/parse-server-example
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
parse-server-example
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (49 loc) · 1.68 KB
Breadcrumbs
parse-server-example
/
package.json
Copy path
File metadata and controls
49 lines (49 loc) · 1.68 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
42
43
44
45
46
47
48
49
{
"name"
:
"
parse-server-example
"
,
"version"
:
"
2.0.0
"
,
"description"
:
"
An example Parse API server using the parse-server module
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/ParsePlatform/parse-server-example
"
},
"license"
:
"
MIT
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"coverage"
:
"
TESTING=true nyc jasmine
"
,
"lint"
:
"
eslint --cache ./cloud && eslint --cache index.js && eslint --cache ./spec
"
,
"lint-fix"
:
"
eslint --cache --fix ./cloud && eslint --cache --fix index.js && eslint --cache --fix ./spec
"
,
"prettier"
:
"
prettier --write '{cloud,spec}/{**/*,*}.js' 'index.js'
"
,
"start"
:
"
node index.js
"
,
"pretest"
:
"
cross-env MONGODB_VERSION=${MONGODB_VERSION:=7.0.1} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017
"
,
"test"
:
"
TESTING=true jasmine
"
,
"posttest"
:
"
mongodb-runner stop --all
"
,
"watch"
:
"
nodemon index.js
"
},
"dependencies"
: {
"axios"
:
"
1.7.2
"
,
"express"
:
"
4.19.2
"
,
"parse"
:
"
5.3.0
"
,
"parse-server"
:
"
7.2.0
"
},
"type"
:
"
module
"
,
"devDependencies"
: {
"@babel/eslint-parser"
:
"
7.24.8
"
,
"@semantic-release/changelog"
:
"
6.0.3
"
,
"@semantic-release/commit-analyzer"
:
"
13.0.0
"
,
"@semantic-release/git"
:
"
10.0.1
"
,
"@semantic-release/github"
:
"
10.1.3
"
,
"@semantic-release/npm"
:
"
12.0.1
"
,
"@semantic-release/release-notes-generator"
:
"
14.0.1
"
,
"cross-env"
:
"
7.0.3
"
,
"eslint"
:
"
8.38.0
"
,
"jasmine"
:
"
5.2.0
"
,
"mongodb-runner"
:
"
5.6.4
"
,
"nodemon"
:
"
3.1.4
"
,
"nyc"
:
"
17.0.0
"
,
"prettier"
:
"
3.3.3
"
,
"semantic-release"
:
"
24.0.0
"
},
"engines"
: {
"node"
:
"
18 || 20 || 22
"
}
}
Back
|
FazBrowse Home
|
New Git URL