Skip to content

Commit

Permalink
align with updated v2 engine
Browse files Browse the repository at this point in the history
  • Loading branch information
FentPams committed Aug 7, 2024
1 parent 0efa8a4 commit fbbe751
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 617 deletions.
47 changes: 47 additions & 0 deletions plugins/experimentation/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"name": "@adobe/aem-experimentation",
"version": "1.0.1",
"main": "src/index.js",
"scripts": {
"lint:js": "eslint src",
"lint:css": "stylelint src/**/*.css --allow-empty-input",
"lint": "npm run lint:js && npm run lint:css",
"start": "http-server . -p 3000",
"test": "playwright test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/adobe/aem-experimentation.git"
},
"author": "Adobe Inc.",
"license": "Apache-2.0",
"keywords": [
"aem",
"experimentation",
"experience",
"decisioning",
"plugin",
"campaigns",
"audiences"
],
"bugs": {
"url": "https://github.com/adobe/aem-experimentation/issues"
},
"homepage": "https://github.com/adobe/aem-experimentation#readme",
"devDependencies": {
"@babel/eslint-parser": "7.22.15",
"@playwright/test": "1.44.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.1",
"eslint": "8.48.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.28.1",
"http-server": "14.1.1",
"monocart-coverage-reports": "2.8.2",
"semantic-release": "23.1.1",
"stylelint": "15.10.3",
"stylelint-config-standard": "34.0.0"
},
"private": true
}
Loading

0 comments on commit fbbe751

Please sign in to comment.