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.
 
 
 
 
 
 

20 lines
428 B

{
"name": "@autoplex-api/search",
"version": "0.0.0",
"main": "dist/lib/index.js",
"types": "dist/typings",
"license": "MIT",
"scripts": {
"build": "yarn run clean && tsc",
"clean": "rimraf ./dist"
},
"devDependencies": {
"@types/node": "^15.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
},
"dependencies": {
"@autoplex/ipc": "^0.0.0",
"@autoplex/microservice": "^0.0.0"
}
}