5 Commits

Author SHA1 Message Date
Dominik Krenn
bb8a36ad0d Update project configuration and version to 1.0.5
- Add 'build/' to .gitignore
- Refactor push script for improved directory management and build process
- Update package.json and package-lock.json to version 1.0.5
- Change TypeScript module setting to CommonJS in tsconfig.json
2025-07-18 07:08:53 +02:00
Dominik Krenn
a07d767a37 Bump version to 1.0.2 in package.json and package-lock.json 2025-07-17 23:12:24 +02:00
Dominik Krenn
370a89b41b Update package.json and package-lock.json to version 1.0.1-alpha and adjust project structure 2025-07-17 23:07:19 +02:00
Dominik Krenn
ec6f2e6b4f Bump version to 1.0.1 in package.json and package-lock.json 2025-07-17 23:01:35 +02:00
Dominik Krenn
c471cf007a Add initial project files and configuration for testosMaximus module
- Create push script for NPM project management
- Add .npmignore to exclude unnecessary files from package
- Set up .npmrc for registry configuration
- Write README.md with usage instructions and features
- Initialize package.json and package-lock.json for project metadata
- Implement crackNut function in src/index.ts
- Create test.ts to demonstrate crackNut functionality
- Configure TypeScript with tsconfig.json
2025-07-17 22:58:13 +02:00