-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 833 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 833 Bytes
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
{
"name": "target-sdk-testing",
"version": "1.0.0",
"description": "Adobe Target SDK Testing",
"main": "src/index.js",
"scripts": {
"build": "node ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/target-sdk-testing.git"
},
"keywords": [
"Adobe",
"Target",
"Testing"
],
"author": "Adobe Systems Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/target-sdk-testing/issues"
},
"homepage": "https://github.com/adobe/target-sdk-testing#readme",
"devDependencies": {
"@adobe/target-decisioning-engine": "^1.5.1",
"app-root-path": "^3.0.0",
"dotenv": "^8.2.0",
"fs-extra": "^9.0.1",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1"
}
}