mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
22 lines
432 B
JSON
22 lines
432 B
JSON
{
|
|
"name": "@micro/services",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/micro/services"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepare": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^2.7.2"
|
|
}
|
|
}
|