Comparing version 2.2.9 to 2.2.10
@@ -1,1 +0,1 @@ | ||
{"name":"techor","scripts":{"build":"tsx ../pack/src/bin pack","dev":"npm run build -- --watch","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"Author technology like a top leader","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/techor"},"keywords":["author","technology","creator","config","opensource","plugin","package","framework","tool","software","pack","esbuild","version","bump","bundle","commonjs","esm","esmodule"],"bin":{"techor":"./dist/bin/index.js"},"files":["dist"],"sideEffects":false,"publishConfig":{"access":"public"},"dependencies":{"@techor/fs":"^2.2.9","@techor/pack":"^2.2.9","@techor/version":"^2.2.9","commander":"^10.0.0"},"version":"2.2.9"} | ||
{"name":"techor","scripts":{"build":"tsx ../pack/src/bin pack","dev":"npm run build -- --watch","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"Author technology like a top leader","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/techor"},"keywords":["author","technology","creator","config","opensource","plugin","package","framework","tool","software","pack","esbuild","version","bump","bundle","commonjs","esm","esmodule"],"bin":{"techor":"./dist/bin/index.js"},"files":["dist"],"sideEffects":false,"publishConfig":{"access":"public"},"dependencies":{"@techor/fs":"^2.2.10","@techor/pack":"^2.2.10","@techor/version":"^2.2.10","commander":"^10.0.0"},"version":"2.2.10"} |
@@ -148,3 +148,3 @@ <br> | ||
"scripts": { | ||
"build": "tsx ../techor/src/bin pack", | ||
"build": "ts-node ../techor/src/bin pack", | ||
"dev": "npm run build -- --watch", | ||
@@ -151,0 +151,0 @@ "test": "jest", |
9853
Updated@techor/fs@^2.2.10
Updated@techor/pack@^2.2.10
Updated@techor/version@^2.2.10