-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 897 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
{
"name": "cardano-cli-async",
"version": "1.0.12",
"description": "Library to manage cardano-cli with typescript easily",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hopevel/cardano-cli-async.git"
},
"files": [
"lib/**/*"
],
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hopevel/cardano-cli-async/issues"
},
"homepage": "https://github.com/Hopevel/cardano-cli-async#readme",
"devDependencies": {
"@types/node": "^16.11.11",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.2"
}
}