diff --git a/blockchain_integration/pi_network/PiShield/package.json b/blockchain_integration/pi_network/PiShield/package.json new file mode 100644 index 000000000..5535673c9 --- /dev/null +++ b/blockchain_integration/pi_network/PiShield/package.json @@ -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" + } +}