You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
418 B

{
"name": "@autoplex-service/search",
"version": "0.0.0",
"main": "./dist/index.js",
"license": "MIT",
"scripts": {
"clean": "rimraf ./dist",
"build": "tsc",
"start": "NODE_ENV=production node .",
"start:dev": "nodemon"
},
"dependencies": {
"@autoplex-api/search": "^0.0.0",
"@autoplex/ipc": "^0.0.0",
"@autoplex/microservice": "^0.0.0",
"@autoplex/utils": "^0.0.0"
}
}