UNPKG

cartridge-resolver-plugin

Version:

Webpack Plugin: Provide the cartridge inheritance behavior same as Demandware server side scripts.

45 lines (44 loc) 1.25 kB
{ "name": "cartridge-resolver-plugin", "version": "2.0.5", "description": "Webpack Plugin: Provide the cartridge inheritance behavior same as Demandware server side scripts.", "keywords": [ "build", "cartridge", "compile", "demandware", "salesforce", "sfcc", "sfra", "webpack" ], "author": "Vinh Trinh <vinhtrinh.live@gmail.com>", "contributers": [ { "name": "Amblique Team", "email": "chat@amblique.com", "url": "https://amblique.com/" } ], "repository": { "type": "git", "url": "https://github.com/vinhtrinh/cartridge-resolver-plugin" }, "license": "MIT", "main": "src/index.js", "devDependencies": { "chai": "^4.2.0", "eslint": "^5.10.0", "eslint-plugin-sonarjs": "^0.2.0", "mocha": "^5.2.0", "nyc": "^13.1.0", "webpack": "^4.27.1" }, "scripts": { "lint": "./node_modules/.bin/eslint ./src", "test": "./node_modules/.bin/nyc mocha", "coverage": "./node_modules/.bin/nyc report --reporter=lcovonly", "sonar": "sonar-scanner", "sonar:win": "sonar-scanner.bat" } }