10 Commits

Author SHA1 Message Date
Dominik Krenn
5ac503469c Update version to 1.0.8 in package.json and package-lock.json, remove outdated README.md, and ensure README is copied to build directory 2025-07-18 07:16:27 +02:00
Dominik Krenn
0a650f6c35 Update README.md to reflect new module template and remove outdated content 2025-07-18 07:10:24 +02:00
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
7031b293b1 Remove .npmrc file and its associated configurations 2025-07-17 23:11:54 +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
Dominik Krenn
622a4de5fa Initialize TypeScript project with basic configuration and example function 2025-07-17 22:28:38 +02:00
Dominik Krenn
147d7ce5da first commit 2025-07-17 20:52:47 +02:00