-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 937 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
40
41
42
43
{
"name": "stella-server",
"version": "0.1.2",
"description": "轻量网页服务器, html template and node server",
"main": "src/index.js",
"private": false,
"scripts": {},
"bin": {
"stella": "stella"
},
"keywords": [
"stella",
"php",
"thinkphp",
"web server"
],
"publishConfig": {
"access": "public"
},
"author": "Simon<simon@sayto.top>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/simonNeo/stella-server"
},
"bugs": {
"url": "https://github.com/simonNeo/stella-server/issues",
"email": "simon@sayto.top"
},
"homepage": "https://github.com/simonNeo/stella-server",
"dependencies": {
"app-root-path": "^3.1.0",
"connect-multiparty": "^2.2.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mustache": "^4.2.0",
"sequelize": "^6.37.3",
"sequelize-auto": "^0.8.8"
},
"files": [
"src/"
]
}