-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "sr-console",
"version": "1.1.7",
"description": "Modulo mejorado de la consola de node.js",
"main": "./common/build/index.js",
"module": "./modules/build/index.js",
"scripts": {
"build:all": "npm run build:modules && npm run build:commonjs",
"build:modules": "tsc -p ./modules/tsconfig.json",
"build:commonjs": "tsc -p ./common/tsconfig.json",
"test:basics": "npm run build:all && node testing/basics.test.js",
"test:complex": "npm run build:all && node testing/basics.test.js",
"test:lastest": "npm run build:all && node testing/basics.test.js",
"publishing": "npm run build:all && npm publish"
},
"type": "commonjs",
"dependencies": {
"@types/socket.io": "^3.0.2",
"dotenv": "^16.0.3",
"socket.io": "^4.5.4"
},
"author": "SrRapero720",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SrRapero720/sr-console.git"
},
"bugs": {
"url": "https://github.com/SrRapero720/sr-console/issues"
},
"homepage": "https://github.com/SrRapero720/sr-console#readme",
"os": [
"win32",
"linux"
],
"keywords": [
"console",
"nodejs",
"websockets",
"colors",
"console colors"
]
}