11{
22 "name" : " @eckode/cli" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " CLI tool, written in TypeScript, for running @eckode scoped packages." ,
55 "keywords" : [
66 " eckode" ,
2020 },
2121 "homepage" : " https://github.com/eckode/cli" ,
2222 "scripts" : {
23- "build" : " yarn clean && tsc" ,
24- "clean" : " ts-node-esm ./src/clean.mts " ,
25- "pkg" : " tsc && ts-node-esm ./src/package.mts "
23+ "build" : " tsc" ,
24+ "clean" : " ts-node-esm ./src/clean.mjs " ,
25+ "pkg" : " tsc && ts-node-esm ./src/package.mjs "
2626 },
2727 "bin" : {
2828 "eckode" : " ./bin/eckode.mjs"
2929 },
3030 "engines" : {
31- "node" : " >=16 " ,
32- "npm" : " >=8 "
31+ "node" : " >=20.0.0 " ,
32+ "npm" : " >=9 "
3333 },
3434 "files" : [
3535 " bin" ,
4343 "access" : " public"
4444 },
4545 "devDependencies" : {
46- "@types/express" : " ^4.17.14" ,
47- "@types/node" : " ^18.11.9" ,
48- "@types/resolve-bin" : " ^0.4.1" ,
49- "@types/rimraf" : " ^3.0.2" ,
50- "@typescript-eslint/eslint-plugin" : " ^5.0.0" ,
51- "@typescript-eslint/parser" : " ^5.43.0" ,
52- "chalk" : " ^5.1.2" ,
53- "eslint" : " ^8.0.1" ,
54- "eslint-config-standard-with-typescript" : " ^23.0.0" ,
55- "eslint-plugin-import" : " ^2.25.2" ,
56- "eslint-plugin-n" : " ^15.0.0" ,
57- "eslint-plugin-promise" : " ^6.0.0" ,
58- "jest" : " ^29.3.1" ,
59- "prettier" : " ^2.7.1" ,
60- "resolve-bin" : " ^1.0.1" ,
61- "rimraf" : " ^3.0.2" ,
62- "ts-node" : " ^10.9.1" ,
63- "typescript" : " ~4.9.0"
46+ "@types/express" : " ^5.0.0" ,
47+ "@types/node" : " ^22.10.1" ,
48+ "@types/resolve-bin" : " ^0.4.3" ,
49+ "@typescript-eslint/eslint-plugin" : " ^8.18.0" ,
50+ "@typescript-eslint/parser" : " ^8.18.0" ,
51+ "chalk" : " ^5.3.0" ,
52+ "eslint" : " ^9.16.0" ,
53+ "eslint-config-love" : " ^110.0.0" ,
54+ "eslint-plugin-import" : " ^2.31.0" ,
55+ "eslint-plugin-n" : " ^17.15.0" ,
56+ "eslint-plugin-promise" : " ^7.2.1" ,
57+ "jest" : " ^29.7.0" ,
58+ "prettier" : " ^3.4.2" ,
59+ "rimraf" : " ^6.0.1" ,
60+ "ts-node" : " ^10.9.2" ,
61+ "typescript" : " ~5.7.2"
6462 },
65- "main" : " ./src/index.ts " ,
63+ "main" : " ./src/index.mjs " ,
6664 "dependencies" : {}
67- }
65+ }
0 commit comments