From eed82ccfaf7f7f384393710e2f61d2aa3730032e Mon Sep 17 00:00:00 2001 From: KOSASIH Date: Thu, 8 Aug 2024 19:39:19 +0700 Subject: [PATCH] Create package.json --- .../pi_network/PiShield/package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 blockchain_integration/pi_network/PiShield/package.json 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" + } +}