-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
62 lines (62 loc) · 1.66 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@goplan-finance/utils",
"version": "1.1.3",
"description": "",
"keywords": [
"finance",
"plan",
"stocks",
"stock-market",
"dashboard"
],
"author": "GoPlan Finance Team",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/GoPlan-Finance/utils"
},
"files": [
"dist/",
"README.md"
],
"repository": "https://github.com/GoPlan-Finance/utils",
"homepage": "https://github.com/GoPlan-Finance/utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "tsc",
"watch": "tsc --watch",
"prepublish": "yarn run test",
"pre-commit": "yarn run lint && yarn run prettier",
"lint": "eslint --cache --fix .",
"prettier": "prettier --write src/ spec/",
"test": "jest"
},
"pre-commit": "pre-commit",
"dependencies": {
"async-mutex": "^0.5.0",
"axios": "^1.3.4",
"crypto-js": "^4.2.0",
"parse": "^5.3.0",
"prettier": "^3.0.0",
"ts-money": "^0.4.8",
"ts-node": "^10.9.1",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/bson": "^4.2.0",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@types/parse": "^3.0.4",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"eslint-plugin-varspacing": "1.2.2",
"eslint-plugin-vue": "9.29.1",
"jest": "^29.7.0",
"pre-commit": "1.2.2",
"ts-jest": "^29.0.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}