forked from linnovate/blocktree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 746 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "@linnovate/blocktree",
"version": "1.5.0",
"description": "Tools for developers, to build services with a uniform standard (node_modules/envs/logs).",
"main": "index.js",
"type": "module",
"author": "Aron Stein",
"license": "MIT",
"homepage": "https://github.com/linnovate/blocktree",
"bugs": "https://github.com/linnovate/blocktree/issues",
"scripts": {
"eslint": "eslint --fix .eslintrc.cjs",
"test": "mocha './test/**/*.js'"
},
"keywords": [
"blocktree-core",
"blocktree"
],
"repository": {
"type": "git",
"url": "https://github.com/linnovate/blocktree.git"
},
"devDependencies": {
"eslint": ">=5.16.0",
"eslint-config-google": "^0.14.0",
"mocha": "^10.2.0"
}
}