File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 33 "version" : " 2.2.0" ,
44 "description" : " AWS S3 adapter for parse-server" ,
55 "main" : " index.js" ,
6- "scripts" : {
7- "pretest" : " npm run lint" ,
8- "test" : " nyc jasmine" ,
9- "lint" : " eslint --cache ./" ,
10- "mongo:run" : " mongodb-runner start -t replset --version 6.0 -- --port 27017" ,
11- "mongo:stop" : " mongodb-runner stop --all" ,
12- "test:integration" : " npm run mongo:run && npm run test && npm run mongo:stop" ,
13- "lint:fix" : " eslint --fix --cache ./"
14- },
156 "repository" : {
167 "type" : " git" ,
178 "url" : " git+https://github.com/parse-community/parse-server-s3-adapter.git"
5041 "prettier" : " 3.3.3" ,
5142 "mongodb-runner" : " 5.6.4" ,
5243 "semantic-release" : " 17.4.6"
44+ },
45+ "scripts" : {
46+ "lint" : " eslint --cache ./" ,
47+ "lint:fix" : " eslint --fix --cache ./" ,
48+ "pretest" : " npm run test:mongodb:runnerstart" ,
49+ "posttest" : " npm run test:mongodb:runnerstop" ,
50+ "test" : " npm run test:only" ,
51+ "test:only" : " nyc jasmine" ,
52+ "test:mongodb:runnerstart" : " mongodb-runner start -t standalone -- --port 27017" ,
53+ "test:mongodb:runnerstop" : " mongodb-runner stop --all"
5354 }
5455}
You can’t perform that action at this time.
0 commit comments