spartaxx.businessmodels 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,28 +1,28 @@
|
|
1
|
-
{
|
2
|
-
"name": "spartaxx.businessmodels",
|
3
|
-
"version": "1.0.
|
4
|
-
"main": "protest.js",
|
5
|
-
"type": "commonjs",
|
6
|
-
"scripts": {
|
7
|
-
"start": "npm run build && node ./build/protest.js",
|
8
|
-
"build": "tsc"
|
9
|
-
},
|
10
|
-
"keywords": [],
|
11
|
-
"author": "",
|
12
|
-
"license": "ISC",
|
13
|
-
"description": "",
|
14
|
-
"dependencies": {
|
15
|
-
"@types/express": "^4.17.21",
|
16
|
-
"@types/typescript": "^0.4.29",
|
17
|
-
"cookie-parser": "^1.4.6",
|
18
|
-
"cors": "^2.8.5",
|
19
|
-
"express": "^4.19.2"
|
20
|
-
},
|
21
|
-
"devDependencies": {
|
22
|
-
"@types/axios": "^0.14.0",
|
23
|
-
"@types/node": "^20.14.11",
|
24
|
-
"axios": "^1.7.2",
|
25
|
-
"ts-node": "^10.9.2",
|
26
|
-
"typescript": "^5.5.4"
|
27
|
-
}
|
28
|
-
}
|
1
|
+
{
|
2
|
+
"name": "spartaxx.businessmodels",
|
3
|
+
"version": "1.0.9",
|
4
|
+
"main": "protest.js",
|
5
|
+
"type": "commonjs",
|
6
|
+
"scripts": {
|
7
|
+
"start": "npm run build && node ./build/protest.js",
|
8
|
+
"build": "tsc"
|
9
|
+
},
|
10
|
+
"keywords": [],
|
11
|
+
"author": "",
|
12
|
+
"license": "ISC",
|
13
|
+
"description": "",
|
14
|
+
"dependencies": {
|
15
|
+
"@types/express": "^4.17.21",
|
16
|
+
"@types/typescript": "^0.4.29",
|
17
|
+
"cookie-parser": "^1.4.6",
|
18
|
+
"cors": "^2.8.5",
|
19
|
+
"express": "^4.19.2"
|
20
|
+
},
|
21
|
+
"devDependencies": {
|
22
|
+
"@types/axios": "^0.14.0",
|
23
|
+
"@types/node": "^20.14.11",
|
24
|
+
"axios": "^1.7.2",
|
25
|
+
"ts-node": "^10.9.2",
|
26
|
+
"typescript": "^5.5.4"
|
27
|
+
}
|
28
|
+
}
|