File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "description" : " Open Source REST API for data about SpaceX" ,
55 "main" : " server.js" ,
66 "scripts" : {
7- "build" : " babel em src -d build/src --copy-files" ,
8- "em" : " node build/src/em-main.js" ,
97 "test" : " npm run lint && npm run check-dependencies && jest --silent --verbose" ,
108 "start" : " node src/server.js" ,
119 "worker" : " node src/jobs/worker.js" ,
1210 "lint" : " eslint ." ,
13- "check-dependencies" : " npx depcheck --ignores=\" pino-pretty\" "
11+ "check-dependencies" : " npx depcheck --ignores=\" pino-pretty\" " ,
12+ "em:build" : " rimraf instrumented && babel src -d instrumented/src --copy-files && babel em -d instrumented/em --copy-files" ,
13+ "em:run" : " node instrumented/em/em-main.js"
1414 },
1515 "repository" : {
1616 "type" : " git" ,
7272 "evomaster-client-js" : " file:../../evomaster-client-js" ,
7373 "superagent" : " 5.2.2" ,
7474 "supertest" : " 4.0.2" ,
75- "testcontainers" : " 6.3.0"
75+ "testcontainers" : " 6.3.0" ,
76+ "rimraf" : " ^3.0.0"
7677 },
7778 "jest" : {
7879 "testEnvironment" : " node" ,
You can’t perform that action at this time.
0 commit comments