-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
46
47
48
49
{
"name": "@ackvf/monorepo",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build:bign": "nx build bign",
"lint:bign": "nx lint bign",
"test:bign": "nx test bign",
"test:colors": "nx test colors"
},
"dependencies": {
"tslib": "^2.0.0"
},
"devDependencies": {
"@nrwl/cli": "13.9.4",
"@nrwl/eslint-plugin-nx": "13.9.4",
"@nrwl/jest": "^13.9.4",
"@nrwl/js": "13.9.4",
"@nrwl/linter": "13.9.4",
"@nrwl/node": "^13.9.4",
"@nrwl/workspace": "13.9.4",
"@types/jest": "27.0.2",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"eslint": "~8.7.0",
"eslint-config-prettier": "8.1.0",
"jest": "27.2.3",
"nx": "13.9.4",
"prettier": "^2.5.1",
"ts-jest": "27.0.5",
"typescript": "~4.5.2"
},
"description": "This monorepo includes Arbitrary-precision arithmetics helper for javascript and solidity (todo) and utilities used during development.",
"main": "dist/packages/bign/src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ackvf/BigN.git"
},
"keywords": [
"bigint",
"bignumber"
],
"author": "Qwerty (Vítězslav Ackermann Ferko) <[email protected]>",
"bugs": {
"url": "https://github.com/ackvf/BigN/issues"
},
"homepage": "https://github.com/ackvf/BigN#readme"
}