-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "chkplot",
"version": "0.0.3",
"author": "ChiaMineJP <[email protected]>",
"description": "chia plot log analyzer",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Chia-Mine/chkplot.git"
},
"bugs": "https://github.com/Chia-Mine/chkplot/issues",
"main": "./index.js",
"bin": {
"chkplot": "./bin/cli.js"
},
"scripts": {
"build": "node ./pre_publish.js && tsc --project tsconfig.json --allowJS false --declaration --declarationDir ./build --outDir ./build",
"build:prod": "node ./pre_publish.js --prod && tsc --project tsconfig.json --allowJS false --declaration --declarationDir ./dist --outDir ./dist"
},
"keywords": [
"chia",
"plot",
"log",
"plot",
"typescript",
"crypto"
],
"engines": {
"node": ">=12.13.0"
},
"dependencies": {
"blessed": "^0.1.81"
},
"devDependencies": {
"@types/blessed": "^0.1.17",
"@types/node": "^15.0.2",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint": "^7.8.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.4.1",
"patch-package": "^6.4.7",
"typescript": "^4.2.4"
}
}