initial commit & scaffold
This commit is contained in:
19
node-health/package.json
Normal file
19
node-health/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@health/node",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"lint": "eslint --ext .ts,.js src",
|
||||
"format": "prettier --write \"src/**/*.{ts,js,json}\"",
|
||||
"test": "echo \"No tests configured\" && exit 0",
|
||||
"check": "npm run lint && npm run build"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user