edge-sync-client
Version:
Library for accessing the Edge data-sync system
97 lines (96 loc) • 2.57 kB
JSON
{
"name": "edge-sync-client",
"version": "0.2.9-1",
"description": "Library for accessing the Edge data-sync system",
"keywords": [
"Edge"
],
"homepage": "https://github.com/EdgeApp/edge-sync-client#readme",
"bugs": {
"url": "https://github.com/EdgeApp/edge-sync-client/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EdgeApp/edge-sync-client.git"
},
"license": "BSD-3-Clause",
"author": "Airbitz, Inc.",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.js"
},
"./package.json": "./package.json"
},
"main": "./lib/index.js",
"module": "./lib/module.js",
"types": "./lib/src/index.d.ts",
"files": [
"CHANGELOG.md",
"lib/*",
"README.md",
"src/*"
],
"scripts": {
"clean": "rimraf lib",
"fix": "eslint . --fix",
"flow": "flow",
"lib": "rollup -c",
"lint": "eslint .",
"precommit": "lint-staged && npm-run-all test lib flow types",
"prepare": "npm-run-all clean -p lib types",
"test": "nyc mocha test/**/*.ts",
"types": "tsc",
"verify": "npm-run-all lint test flow types"
},
"husky": {
"hooks": {
"pre-commit": "npm run precommit"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint"
},
"dependencies": {
"base-x": "^1.0.4",
"cleaners": "^0.3.9",
"cross-fetch": "^3.1.4",
"hash.js": "^1.1.7",
"rfc4648": "^1.5.0",
"serverlet": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-sucrase": "^3.1.0",
"@types/base-x": "^1.0.4",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^7.14.0",
"eslint-config-standard-kit": "0.15.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-simple-import-sort": "^6.0.1",
"flow-bin": "^0.89.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.3",
"mocha": "^8.0.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"prettier": "^2.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.21.0",
"rollup-plugin-flow-entry": "^0.3.4",
"rollup-plugin-mjs-entry": "^0.1.1",
"sucrase": "^3.15.0",
"typescript": "^4.1.2"
}
}