-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 957 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
35
36
37
{
"name": "@atomicfinance/node-provider",
"version": "3.5.3",
"description": "",
"module": "dist/index.js",
"main": "dist/index.js",
"directories": {
"dist": "dist",
"src": "lib"
},
"files": [
"dist",
"lib"
],
"scripts": {
"build": "../../node_modules/.bin/tsc --project tsconfig.json",
"lint": "../../node_modules/.bin/eslint --ignore-path ../../.eslintignore -c ../../.eslintrc.js .",
"lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js ."
},
"author": "Atomic Finance <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=14"
},
"dependencies": {
"@atomicfinance/errors": "^3.5.3",
"@atomicfinance/provider": "^3.5.3",
"@babel/runtime": "^7.12.1",
"@types/lodash": "^4.14.168",
"axios": "^0.21.0",
"lodash": "^4.17.20"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false
}