-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.94 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.94 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@atomic-utils/main",
"description": "Toolkit for Atomic Finance",
"scripts": {
"start": "cd packages/daemon; npm run start",
"bootstrap": "pnpm install",
"format": "prettier --check \"packages/**\" \"examples/**\"",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"clean": "lerna clean",
"test": "lerna run test",
"build": "lerna run build",
"bootstrap:ci": "pnpm install --frozen-lockfile",
"new:version": "lerna version --no-push --no-git-tag-version && lerna clean --yes && lerna bootstrap",
"publish:all": "lerna publish from-package",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"atomic-utils",
"bitcoin"
],
"author": "Atomic Finance <info@atomic.finance>",
"license": "MIT",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "7.1.0",
"@types/mocha": "^5.2.7",
"@types/node": "^18.19.123",
"@types/sinon": "^9.0.4",
"@types/sinon-chai": "^3.2.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-exclude": "2.0.2",
"chai-http": "4.3.0",
"chai-like": "1.1.1",
"chai-things": "0.2.0",
"coveralls": "^3.1.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"lerna": "^4.0.0",
"mocha": "^8.3.2",
"nodemon": "^2.0.4",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"sinon": "^7.5.0",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}