@akala/core
Version:
47 lines (46 loc) • 1.21 kB
JSON
{
"name": "@akala/core",
"version": "4.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"prepublishOnly": "tsc -p .",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "https://github.com/npenin/akala-core"
},
"author": "npenin",
"license": "MIT",
"devDependencies": {
"@types/debug": "^4.1.4",
"@types/express": "^4.17.2",
"@types/mock-require": "^2.0.0",
"@types/node": "^14.0.1",
"@types/orchestrator": "0.3.2",
"@types/ws": "^7.2.1",
"express": "^4.17.1",
"merge2": "^1.3.0",
"source-map-support": "^0.5.19",
"typescript": "^3.8.3"
},
"types": "dist/index.d.ts",
"dependencies": {
"@akala/json-rpc-ws": "^9.1.0",
"browser-process-hrtime": "^1.0.0",
"debug": "^4.1.1",
"es6-promise": "^4.2.8",
"isomorphic-fetch": "^2.2.1",
"mock-require": "^3.0.3",
"orchestrator": "^0.3.8",
"parseurl": "^1.3.1",
"path-to-regexp": "^6.1.0",
"reflect-metadata": "^0.1.13",
"routington": "^1.0.3",
"utils-merge": "^1.0.0",
"ws": "^7.2.1"
},
"gitHead": "45c8ff5f39d51f67ac13585d7bef0c302920d467"
}