-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 834 Bytes
/
package.json
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
{
"name": "sitecore-personalize-js-automated-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dylanyoung-dev/sitecore-personalize-automation-tests.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dylanyoung-dev/sitecore-personalize-automation-tests/issues"
},
"homepage": "https://github.com/dylanyoung-dev/sitecore-personalize-automation-tests#readme",
"dependencies": {
"sitecore-personalize-tenant-sdk": "^0.2.0-beta.0"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.0",
"chai": "^4.3.7",
"mocha": "^10.1.0",
"ts-node": "^10.9.1"
}
}