-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 1.22 KB
/
package.json
File metadata and controls
22 lines (22 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "context-aware-configuration",
"version": "0.0.1",
"private": true,
"description": "This is just to run automated newman tests for this service",
"scripts": {
"test": "./node_modules/.bin/newman dir-run ./postman/superposition --environment ./postman/starting_env.json --export-environment ./postman/superposition_env.json && ./node_modules/.bin/newman dir-run ./postman/cac --environment ./postman/superposition_env.json && ./node_modules/.bin/newman dir-run --environment ./postman/superposition_env.json ./postman/experimentation-platform ",
"load_superposition_tests": "npx newman dir-import postman/superposition -o postman/superposition.postman_collection.json",
"load_exp_tests": "npx newman dir-import postman/experimentation-platform -o postman/experimentation-platform.postman_collection.json",
"load_cac_tests": "npx newman dir-import postman/cac -o postman/cac.postman_collection.json",
"postinstall": "cd clients/javascript && npm run install-all"
},
"files": [
"clients/javascript/"
],
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"daisyui": "^4.3.1",
"newman": "git+ssh://git@github.com:knutties/newman.git#feature/newman-dir",
"tailwindcss": "^3.3.5"
}
}