simple-signed-records-engine
Version:
cryptographic identity and content verification for decentralized apps
64 lines (63 loc) • 1.36 kB
JSON
{
"name": "simple-signed-records-engine",
"version": "0.1.6",
"description": "cryptographic identity and content verification for decentralized apps",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "webpack --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/eotl/simple-signed-records-js"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"keywords": [
"ed25519",
"cryptography",
"public-private-key",
"identity"
],
"authors": [
"EOTL",
"masala",
"DoubleMalt",
"basebuilder",
"mitschabaude"
],
"files": [
"index.js"
],
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"buffer": "^6.0.3",
"exports-loader": "^3.1.0",
"imports-loader": "^3.1.1",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-eslint": "^10.0.3",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^6.7.2",
"jest": "^26.6.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}