Skip to content

Commit

Permalink
fix(package.json): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Kudlacz committed Nov 2, 2020
1 parent 6fa889c commit e22e411
Showing 1 changed file with 29 additions and 20 deletions.
49 changes: 29 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,47 @@
{
"name": "@adobe/aem-angular-editable-components",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/adobe/aem-angular-editable-components.git"
"description": "Provides Angular components and integration layer with Adobe Experience Manager Page Editor.",
"keywords": [
"spa",
"aem",
"angular",
"adobe"
],
"author": "Adobe Systems Inc. <sitexpci@adobe.com>",
"license": "Apache-2.0",
"repository": "github:adobe/aem-angular-editable-components",
"homepage": "https://docs.adobe.com/content/help/en/experience-manager-65/developing/headless/spas/spa-reference-materials.html",
"bugs": {
"url": "https://github.com/adobe/aem-angular-editable-components/issues"
},
"engines": {
"npm": ">=6.14.4",
"node": ">=12.16.2"
},
"scripts": {
"docs": "npm i && npx typedoc ./src --out ./dist/docs --mode file --exclude '**/test/**/* --exclude '**/*.spec.ts' --exclude src/test.ts",
"build:production": "npm run test && ng build aem-angular-editable-components --prod",
"build": "npm run test && ng build aem-angular-editable-components",
"clean": "rm -rf dist/",
"docs": "npm i && npx typedoc --excludePrivate ./src --out ./dist/docs --mode file --exclude '**/test/**/* --exclude '**/*.spec.ts' --exclude src/test.ts",
"e2e": "ng e2e",
"linter": "eslint .",
"ng": "ng",
"semantic-release": "semantic-release",
"start": "ng serve",
"build": "npm run test && ng build aem-angular-editable-components",
"build:production": "npm run test && ng build aem-angular-editable-components --prod",
"test": "ng test aem-angular-editable-components",
"test:coverage": "ng test aem-angular-editable-components --code-coverage",
"test:debug": "ng test aem-angular-editable-components --watch=true --code-coverage",
"linter": "eslint .",
"e2e": "ng e2e",
"publish-lib": "ng build aem-angular-editable-components && cd dist/aem-angular-editable-components && npm publish",
"preversion": "npm run test && npm run build:production",
"version": "cp README.md dist/aem-angular-editable-components/ && git add -A",
"postversion": "git push && git push --tags",
"semantic-release": "semantic-release"
"test": "ng test aem-angular-editable-components"
},
"author": "Adobe Systems Inc.",
"license": "Apache-2.0",
"peerDependencies": {
"@adobe/aem-spa-component-mapping": "~1.0.5",
"@adobe/aem-spa-page-model-manager": "~1.2.0",
"@adobe/aem-spa-component-mapping": "~1.0.7",
"@adobe/aem-spa-page-model-manager": "~1.2.3",
"@angular/common": "^9.1.9",
"@angular/core": "^9.1.9"
},
"devDependencies": {
"@adobe/aem-spa-component-mapping": "~1.0.5",
"@adobe/aem-spa-page-model-manager": "^1.0.3",
"@adobe/aem-spa-component-mapping": "~1.0.7",
"@adobe/aem-spa-page-model-manager": "^1.2.3",
"@adobe/eslint-config-editorxp": "^1.0.7",
"@angular-devkit/build-angular": "~0.901.12",
"@angular-devkit/build-ng-packagr": "~0.901.12",
Expand Down

0 comments on commit e22e411

Please sign in to comment.