@technoeren/tdk-api
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@technoeren/tdk-api", | ||
"version": "0.1.0", | ||
"main": "app.js", | ||
"version": "0.1.1", | ||
"main": "index.js", | ||
"author": "technoeren13 <erenbaltaci7878@gmail.com>", | ||
@@ -9,4 +9,4 @@ "license": "MIT", | ||
"scripts": { | ||
"start": "node src/app", | ||
"dev": "nodemon dist/app.js", | ||
"start": "node src/index.ts", | ||
"dev": "nodemon dist/index.js", | ||
"test": "tsc && node dist/test.js", | ||
@@ -13,0 +13,0 @@ "build": "tsc", |
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
6102