mas-server 2.0.44 → 2.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +51 -51
package/package.json CHANGED
@@ -1,51 +1,51 @@
1
- {
2
- "name": "mas-server",
3
- "version": "2.0.44",
4
- "description": "一款基于express面向中小型项目的后端框架",
5
- "main": "dist/index.js",
6
- "typings": "src/index.ts",
7
- "scripts": {
8
- "testdev": "npx ts-node-dev --transpile-only ./test/scripts/run.ts --respawn",
9
- "test": "npx ts-node ./test/scripts/beforeCreated.ts -end && npx ts-node ./test/scripts/run.ts",
10
- "testmon": "npx nodemon ./test/scripts/run.ts",
11
- "testTS": "npx nodemon ./test/test.ts",
12
- "createSql": "npx ts-node ./test/scripts/createSqlForm.ts",
13
- "createApi": "npx ts-node ./test/scripts/createApiFile.ts",
14
- "createApis": "npx ts-node ./test/scripts/createApis.ts",
15
- "init": "npx nodemon ./test/scripts/beforeCreated.ts -end",
16
- "gsft": "npx nodemon ./test/scripts/getSqlFormType.ts",
17
- "build":"tsc",
18
- "sync": "tsc && npm publish && cnpm sync mas-server"
19
- },
20
- "keywords": [],
21
- "author": "tingxi8087",
22
- "license": "ISC",
23
- "dependencies": {
24
- "@types/express": "^4.17.17",
25
- "ansi-colors": "^4.1.3",
26
- "axios": "^1.3.6",
27
- "cors": "^2.8.5",
28
- "express": "^4.18.2",
29
- "express-ip": "^1.0.4",
30
- "fs-extra": "^11.1.1",
31
- "glob": "^10.3.1",
32
- "mas-encrypt": "^1.0.0",
33
- "masmysql": "^2.0.4",
34
- "module-alias": "^2.2.2",
35
- "moment": "^2.29.4",
36
- "mysql": "^2.18.1",
37
- "nodemon": "^2.0.22",
38
- "ts-node": "^10.9.1",
39
- "ts-node-dev": "^2.0.0",
40
- "typescript": "^5.0.4"
41
- },
42
- "_moduleAliases": {
43
- "@": "src/",
44
- "@@": "."
45
- },
46
- "devDependencies": {
47
- "@types/cors": "^2.8.13",
48
- "@types/express": "^4.17.17",
49
- "@types/moment": "^2.13.0"
50
- }
51
- }
1
+ {
2
+ "name": "mas-server",
3
+ "version": "2.0.45",
4
+ "description": "一款基于express面向中小型项目的后端框架",
5
+ "main": "dist/index.js",
6
+ "typings": "src/index.ts",
7
+ "scripts": {
8
+ "testdev": "npx ts-node-dev --transpile-only ./test/scripts/run.ts --respawn",
9
+ "test": "npx ts-node ./test/scripts/beforeCreated.ts -end && npx ts-node ./test/scripts/run.ts",
10
+ "testmon": "npx nodemon ./test/scripts/run.ts",
11
+ "testTS": "npx nodemon ./test/test.ts",
12
+ "createSql": "npx ts-node ./test/scripts/createSqlForm.ts",
13
+ "createApi": "npx ts-node ./test/scripts/createApiFile.ts",
14
+ "createApis": "npx ts-node ./test/scripts/createApis.ts",
15
+ "init": "npx nodemon ./test/scripts/beforeCreated.ts -end",
16
+ "gsft": "npx nodemon ./test/scripts/getSqlFormType.ts",
17
+ "build": "tsc",
18
+ "sync": "tsc && npm publish && cnpm sync mas-server && explorer \"https://npmmirror.com/package/mas-server\""
19
+ },
20
+ "keywords": [],
21
+ "author": "tingxi8087",
22
+ "license": "ISC",
23
+ "dependencies": {
24
+ "@types/express": "^4.17.17",
25
+ "ansi-colors": "^4.1.3",
26
+ "axios": "^1.3.6",
27
+ "cors": "^2.8.5",
28
+ "express": "^4.18.2",
29
+ "express-ip": "^1.0.4",
30
+ "fs-extra": "^11.1.1",
31
+ "glob": "^10.3.1",
32
+ "mas-encrypt": "^1.0.0",
33
+ "masmysql": "^2.0.52",
34
+ "module-alias": "^2.2.2",
35
+ "moment": "^2.29.4",
36
+ "mysql": "^2.18.1",
37
+ "nodemon": "^2.0.22",
38
+ "ts-node": "^10.9.1",
39
+ "ts-node-dev": "^2.0.0",
40
+ "typescript": "^5.0.4"
41
+ },
42
+ "_moduleAliases": {
43
+ "@": "src/",
44
+ "@@": "."
45
+ },
46
+ "devDependencies": {
47
+ "@types/cors": "^2.8.13",
48
+ "@types/express": "^4.17.17",
49
+ "@types/moment": "^2.13.0"
50
+ }
51
+ }