testosmaximus/source/package.json
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

23 lines
421 B
JSON

{
"name": "@testosmaximus/testosmaximus",
"version": "1.0.5",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"publishConfig": {
"registry": "https://git.chipperfluff.at/api/packages/projects/npm/"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}