-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1013 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
38
39
{
"version": "1.0.0",
"description": "This is a js library with miscellanious content to speed up your coding",
"main": "app.js",
"scripts": {
"install-all": "npm install && cd src && cd backendDev && npm install && cd .. && cd frontendDev && cd react && npm install && cd .. && cd react-native && npm install",
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dangalcan/trencher.js.git"
},
"keywords": [
"nodejs",
"js",
"javascript",
"utils",
"encripting",
"login",
"routing"
],
"author": "Daniel Galván Cancio",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dangalcan/trencher.js/issues"
},
"homepage": "https://github.com/Dangalcan/trencher.js#readme",
"dependencies": {
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"node-forge": "^1.3.1",
"winston": "^3.13.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"globals": "^15.11.0",
"prettier": "^3.3.3"
}
}