airsign-sdk-core
Version:
AirSign Protocol Core SDK - secure nearby crypto & data exchange
65 lines • 1.54 kB
JSON
{
"name": "airsign-sdk-core",
"version": "1.0.0",
"description": "AirSign Protocol Core SDK - secure nearby crypto & data exchange",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"clean": "rm -rf dist",
"dev": "tsc --watch"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"airsign",
"crypto",
"p2p",
"payments",
"airdrop",
"web3",
"bluetooth",
"webrtc"
],
"author": "AirSign Protocol Contributors",
"license": "MIT",
"dependencies": {
"libsodium-wrappers": "^0.7.11",
"@noble/secp256k1": "^2.0.0",
"@noble/ed25519": "^2.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/libsodium-wrappers": "^0.7.11",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/anuragchvn-blip/airsign-protocol.git",
"directory": "sdk-core"
},
"bugs": {
"url": "https://github.com/anuragchvn-blip/airsign-protocol/issues"
},
"homepage": "https://github.com/anuragchvn-blip/airsign-protocol#readme"
}