-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 893 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 893 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
{
"name": "alloy-samples",
"version": "1.0.0",
"description": "This repository contains code samples for the Adobe Experience Platform Web SDK. The intent is to provide working code that illustrates various implementation strategies and techniques.",
"scripts": {
"add-license": "node add-license.js",
"format": "prettier --write \"{common,target,ajo}/**/*.{js,cjs,mjs,ts}\" \"**/*.md\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/alloy-samples.git"
},
"keywords": [
"Adobe",
"Alloy",
"AEP"
],
"author": "Jason Waters",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/alloy-samples/issues"
},
"homepage": "https://github.com/adobe/alloy-samples#readme",
"dependencies": {
"dotenv": "^16.0.1"
},
"devDependencies": {
"handlebars": "^4.7.7",
"prettier": "^2.8.8"
}
}