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 8, 2024
1 parent e05b007 commit eed82cc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions blockchain_integration/pi_network/PiShield/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "PiShield",
"version": "1.0.0",
"description": "A Decentralized, AI-Powered, and Quantum-Resistant Smart Contract Security Auditing and Execution Framework for the Pi Network",
"main": "executor.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"build": "tsc"
},
"keywords": [],
"author": "KOSASIH",
"license": "Apache 2.0",
"dependencies": {
"jest": "^27.0.6",
"eslint": "^7.32.0",
"typescript": "^4.3.5"
}
}

0 comments on commit eed82cc

Please sign in to comment.