-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 855 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
37
{
"name": "create-aa",
"version": "1.0.14",
"description": "Create Obyte Autonomous Agent script",
"main": "index.js",
"repository": "[email protected]:valyakin/create-aa.git",
"author": "Artem Valyakn <[email protected]>",
"license": "MIT",
"private": false,
"bin": "./index.js",
"engines": {
"node": ">=8"
},
"keywords": [
"obyte",
"byteball",
"oscript",
"autonomous agent",
"aa"
],
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0"
},
"dependencies": {
"chalk": "^3.0.0",
"cross-spawn": "^7.0.3",
"fs-extra": "^8.1.0",
"validate-npm-package-name": "^3.0.0"
}
}