megajs-extra
Version:
44 lines (43 loc) • 1.38 kB
JSON
{
"name": "megajs-extra",
"version": "1.0.11",
"description": "",
"keywords": [
"mega",
"mega.nz"
],
"homepage": "https://github.com/bluelovers/ws-mega/tree/master/packages/megajs-extra#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-mega/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-mega.git"
},
"license": "ISC",
"author": "bluelovers",
"main": "index.js",
"scripts": {
"coverage": "npx nyc yarn run test",
"lint": "npx eslint **/*.ts",
"test": "yarn run test:jest",
"test:jest": "jest --coverage",
"test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"npm:publish": "npm publish",
"npm:publish:lerna": "lerna publish --yes",
"prepublish:lockfile": "npx sync-lockfile .",
"prepublishOnly": "yarn run ncu && yarn run sort-package-json && yarn run test",
"postpublish_": "git commit -m \"chore(release): publish\" .",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort",
"tsc:default": "tsc -p tsconfig.json",
"tsc:esm": "tsc -p tsconfig.esm.json"
},
"dependencies": {
"@types/megajs": "*",
"mega-nz-key": "^1.0.5",
"mega-nz-url-parse": "^1.0.1",
"megajs": "^0.17.1"
},
"gitHead": "9f07066ec606c15afcbc96311c9445cbfb427ac6"
}