Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 9, 2024
1 parent d5a2122 commit a4d0d81
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions projects/pi-nexus-iam/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "pi-nexus-iam",
"version": "1.0.0",
"description": "Pi Nexus IAM (Identity and Access Management) system",
"main": "index.ts",
"scripts": {
"test": "jest",
"start": "ts-node index.ts"
},
"keywords": [],
"author": "KOSASIH",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.7.22",
"typescript": "^4.3.5",
"jest": "^27.4.2",
"ts-node": "^10.7.0"
},
"devDependencies": {
"@types/aws-sdk": "^2.7.22",
"@types/jest": "^27.4.2",
"@types/node": "^16.11.7"
}
}

0 comments on commit a4d0d81

Please sign in to comment.