mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
27 lines
597 B
JSON
27 lines
597 B
JSON
{
|
|
"name": "@micro/services",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/micro/services"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepare": "npm run build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.5.1"
|
|
},
|
|
"dependencies": {
|
|
"@m3o/m3o-node": "^0.0.24"
|
|
},
|
|
"exports": {}
|
|
}
|