Initial commit
This commit is contained in:
43
node_modules/json-rpc-2.0/package.json
generated
vendored
Normal file
43
node_modules/json-rpc-2.0/package.json
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "json-rpc-2.0",
|
||||
"version": "1.7.0",
|
||||
"description": "JSON-RPC 2.0 client and server",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"format": "pretty-quick || echo \"Failed to format. Continuing...\"",
|
||||
"test": "npm run format && mocha --require ts-node/register \"./src/**/*.spec.ts\"",
|
||||
"clean": "del \"dist\"",
|
||||
"build": "npm run format && npm run clean && tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/shogowada/json-rpc-2.0.git"
|
||||
},
|
||||
"keywords": [
|
||||
"json-rpc"
|
||||
],
|
||||
"author": "Shogo Wada",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/shogowada/json-rpc-2.0/issues"
|
||||
},
|
||||
"homepage": "https://github.com/shogowada/json-rpc-2.0#readme",
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.0",
|
||||
"@types/mocha": "^9.1.0",
|
||||
"@types/node": "^14.18.12",
|
||||
"@types/sinon": "^10.0.11",
|
||||
"chai": "^4.3.6",
|
||||
"del-cli": "^3.0.1",
|
||||
"mocha": "^9.2.2",
|
||||
"prettier": "^2.6.1",
|
||||
"pretty-quick": "^3.1.3",
|
||||
"sinon": "^10.0.0",
|
||||
"ts-node": "^7.0.1",
|
||||
"typescript": "^4.9.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user