Files
services/cmd/clients/ts/package.json
2021-09-09 13:28:12 +01:00

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": {}
}