-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.51 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
63
64
65
{
"name": "webspeed",
"version": "0.0.1",
"description": "A fast, secure, efficient, scalable and flexible cms/web-framework built with node.js",
"main": "index.ts",
"scripts": {
"test": "ts-node index.ts",
"start": "ts-node index.ts",
"serve": "npm start",
"spinup": "npm install && npm start"
},
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/danroyal001/webspeed-cms.git"
},
"keywords": [
"Fast",
"Secure",
"Efficient",
"Scalable",
"Flexible",
"CMS",
"Framework",
"WebSpeed",
"node.js",
"http",
"Security",
"websocket",
"express"
],
"author": "Danroyal001",
"license": "ISC",
"bugs": {
"url": "https://github.com/danroyal001/webspeed-cms/issues"
},
"homepage": "https://github.com/danroyal001/webspeed-cms#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/inquirer": "^8.1.2",
"@types/node": "^16.4.13",
"@types/socket.io": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"typescript": "~3.9.3"
},
"peerDependencies": {
"eslint": "^6.0.0"
},
"dependencies": {
"colors": "^1.4.0",
"commander": "^8.1.0",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"global": "^4.4.0",
"helmet": "^4.6.0",
"inquirer": "^8.1.2",
"socket.io": "^4.1.3",
"ts-node": "^10.2.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.5"
}
}