@studyportals/campaign-management-api-interface 11.6.1-0 → 12.0.1-0
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.
- package/package.json +49 -45
package/package.json
CHANGED
|
@@ -1,45 +1,49 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@studyportals/campaign-management-api-interface",
|
|
3
|
-
"version": "
|
|
4
|
-
"scripts": {
|
|
5
|
-
"compile": "rm -fR bin && npx tsc",
|
|
6
|
-
"test-u": "jest -c jest.config.unit.json --maxWorkers=1",
|
|
7
|
-
"test-i": "nyc mocha src tests-i",
|
|
8
|
-
"prepare-deployment": "npm run test-u && npm run compile && cp package.json bin/package.json && rm -fR bin/tests-u",
|
|
9
|
-
"predeploy": "npm run prepare-deployment",
|
|
10
|
-
"deploy": "npm publish ./bin --access=public",
|
|
11
|
-
"deploy-patch": "npm version patch && npm run deploy",
|
|
12
|
-
"deploy-minor": "npm version minor && npm run deploy",
|
|
13
|
-
"deploy-major": "npm version major && npm run deploy",
|
|
14
|
-
"deploy-beta": "npm version prerelease && npm run deploy -- --tag beta"
|
|
15
|
-
},
|
|
16
|
-
"author": "SPNightsWatch",
|
|
17
|
-
"license": "ISC",
|
|
18
|
-
"types": "bin/index.d.ts",
|
|
19
|
-
"devDependencies": {
|
|
20
|
-
"@studyportals/code-style": "^2.2.1",
|
|
21
|
-
"@testdeck/jest": "^0.3.3",
|
|
22
|
-
"@types/
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"class-transformer": "^0.5.1",
|
|
41
|
-
"class-validator": "^0.14.1",
|
|
42
|
-
"inversify": "^6.0.1",
|
|
43
|
-
"reflect-metadata": "^0.1.13"
|
|
44
|
-
}
|
|
45
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@studyportals/campaign-management-api-interface",
|
|
3
|
+
"version": "12.0.1-0",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"compile": "rm -fR bin && npx tsc",
|
|
6
|
+
"test-u": "jest -c jest.config.unit.json --maxWorkers=1",
|
|
7
|
+
"test-i": "nyc mocha src tests-i",
|
|
8
|
+
"prepare-deployment": "npm run test-u && npm run compile && cp package.json bin/package.json && rm -fR bin/tests-u",
|
|
9
|
+
"predeploy": "npm run prepare-deployment",
|
|
10
|
+
"deploy": "npm publish ./bin --access=public",
|
|
11
|
+
"deploy-patch": "npm version patch && npm run deploy",
|
|
12
|
+
"deploy-minor": "npm version minor && npm run deploy",
|
|
13
|
+
"deploy-major": "npm version major && npm run deploy",
|
|
14
|
+
"deploy-beta": "npm version prerelease && npm run deploy -- --tag beta"
|
|
15
|
+
},
|
|
16
|
+
"author": "SPNightsWatch",
|
|
17
|
+
"license": "ISC",
|
|
18
|
+
"types": "bin/index.d.ts",
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"@studyportals/code-style": "^2.2.1",
|
|
21
|
+
"@testdeck/jest": "^0.3.3",
|
|
22
|
+
"@types/chai": "^4.3.4",
|
|
23
|
+
"@types/jest": "^29.4.0",
|
|
24
|
+
"@types/node": "^22.18.0",
|
|
25
|
+
"@types/superagent": "^4.1.13",
|
|
26
|
+
"chai": "^4.3.4",
|
|
27
|
+
"eslint": "^8.33.0",
|
|
28
|
+
"jest": "^29.4.2",
|
|
29
|
+
"jest-mock-extended": "^3.0.1",
|
|
30
|
+
"superagent": "^8.1.2",
|
|
31
|
+
"superagent-mocker": "^0.5.2",
|
|
32
|
+
"ts-jest": "^29.0.5",
|
|
33
|
+
"ts-node": "^10.9.2",
|
|
34
|
+
"typescript": "^5.5.4"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@studyportals/mb-platform-date-time": "^1.3.1",
|
|
38
|
+
"@studyportals/mb-platform-http-requests": "^2.7.1",
|
|
39
|
+
"@studyportals/university-scheduler-interface": "^0.7.0",
|
|
40
|
+
"class-transformer": "^0.5.1",
|
|
41
|
+
"class-validator": "^0.14.1",
|
|
42
|
+
"inversify": "^6.0.1",
|
|
43
|
+
"reflect-metadata": "^0.1.13"
|
|
44
|
+
},
|
|
45
|
+
"engines": {
|
|
46
|
+
"node": "22.x",
|
|
47
|
+
"npm ": "10.x"
|
|
48
|
+
}
|
|
49
|
+
}
|