@hyper-package/dependency-container
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@hyper-package/dependency-container", | ||
"description": "Dependency Injection extension for hyper framework based on tst-reflect-transformer.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"scripts": { | ||
"start": "npx ttsc && node out/index.js", | ||
"build": "npx ttsc", | ||
"start": "npm run build && node out/index.js", | ||
"dev-debug": "npx ttsc --inspect-brk src/index.ts", | ||
"prepublishOnly": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"main": "out/index.js", | ||
"types": "out/index.d.ts", | ||
"license": "MIT", | ||
@@ -25,6 +27,3 @@ "author": { | ||
"typescript": "4.8.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"module": "ESNext", | ||
"target": "ES2020", | ||
"moduleResolution": "node", | ||
"removeComments": true, | ||
"sourceMap": true, | ||
"allowJs": true, | ||
"experimentalDecorators": true, | ||
"rootDir": "src", | ||
"outDir": "out", | ||
"rootDir": "./src", | ||
"baseUrl": ".", | ||
"outDir": "./out", | ||
"plugins": [ | ||
@@ -16,2 +19,5 @@ { | ||
}, | ||
"include": [ | ||
"src/**/*.ts" | ||
], | ||
"reflection": { | ||
@@ -18,0 +24,0 @@ "metadata": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6607
5
120