Skip to content

Commit

Permalink
fix: create folder for automation (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardocravo authored Dec 9, 2023
1 parent ddb4435 commit 8651883
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions app.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('Hello World!');
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "PentesterRPG",
"packageManager": "yarn@4.0.2",
"name": "app",
"version": "1.0.0",
"main" : "index.ts",
"license": "MIT",

"scripts": {
"dev" : "ts-node -dev --respawn --transpile-only src-app.ts"
},
"devDependencies": {
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
Expand Down

0 comments on commit 8651883

Please sign in to comment.