-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.37 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
{
"name": "@tepuilabsdev/enlamano",
"version": "2.0.0",
"description": "Pequeña librería para consumir los servicios de la financiera enlamano.com.uy",
"main": "index.js",
"keywords": [
"financieras",
"uruguay"
],
"author": "Angel Cruz <[email protected]>",
"license": "MIT",
"scripts": {
"watch": "babel enlamano.js -w -o index.js",
"compile": "babel enlamano.js -o index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {},
"dependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/runtime": "^7.23.8",
"axios": "^1.6.5",
"babel-plugin-add-module-exports": "^1.0.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/TepuiLABS/enlamano.js.git"
},
"bugs": {
"url": "https://github.com/TepuiLABS/enlamano.js/issues"
},
"homepage": "https://github.com/TepuiLABS/enlamano.js#readme"
}