UNPKG

metastocle

Version:
81 lines (80 loc) 2.1 kB
{ "name": "metastocle", "version": "0.3.10", "description": "Decentralized data storage", "main": "./src/index.js", "type": "module", "bin": { "metastocle": "./bin/index.js" }, "author": { "name": "Alexander Balasyan", "email": "mywebstreet@gmail.com" }, "homepage": "https://github.com/ortexx/metastocle", "scripts": { "eslint": "eslint src bin test", "test": "mocha ./test/index.js --timeout=20000", "build-client": "webpack --config=webpack.client.js", "build-client-prod": "cross-env NODE_ENV=production webpack --config=webpack.client.js", "build-ci": "npm run eslint && npm run test && npm run build-client-prod" }, "husky": { "hooks": { "pre-commit": "npm run build-ci && git add ./dist/*" } }, "keywords": [ "metastocle", "meta", "nosql", "data", "storage", "network", "distributed", "decentralized", "decentralization", "distribution", "information" ], "license": "MIT", "devDependencies": { "@babel/core": "^7.23.7", "@babel/eslint-parser": "^7.23.3", "@babel/plugin-transform-runtime": "^7.23.7", "@babel/preset-env": "^7.23.8", "@stylistic/eslint-plugin-js": "^1.6.2", "babel-loader": "^9.1.3", "babel-plugin-lodash": "^3.3.4", "chai": "^5.0.0", "cross-env": "^7.0.3", "css-minimizer-webpack-plugin": "^5.0.1", "eslint": "^8.56.0", "eslint-plugin-jsdoc": "^48.1.0", "eslint-webpack-plugin": "^4.0.1", "mini-css-extract-plugin": "^2.7.7", "mocha": "^10.2.0", "node-polyfill-webpack-plugin": "^3.0.0", "terser-webpack-plugin": "^5.3.10", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", "yargs": "^17.7.2" }, "dependencies": { "chalk": "^5.3.0", "fs-extra": "^11.2.0", "husky": "^4.3.8", "lodash-es": "^4.17.21", "node-fetch": "^3.3.2", "object-sizeof": "^2.6.3", "spreadable": "~0.3.10", "uuid": "^9.0.1" }, "repository": { "type": "git", "url": "https://github.com/ortexx/metastocle" }, "engines": { "node": ">=20.0.0" } }