You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
ali_ecc_js/package.json

17 lines
352 B

{
"name": "ali",
"version": "1.0.0",
"description": "",
"main": "ali.js",
"scripts": {
"start": "node ali.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fly1397@sina.com",
"license": "ISC",
"dependencies": {
"@lionello/secp256k1-js": "^1.1.0",
"axios": "^1.3.3",
"sha256": "^0.2.0"
}
}