{ "name": "custom-branding", "version": "3.0.0", "private": true, "main": "lib/index.js", "engines": { "node": ">=6.9.0 <9.0.0" }, "scripts": { "build": "npm run build:classic && gulp bundle", "build:classic": "powershell -NoProfile -ExecutionPolicy Bypass -File ./build-classic.ps1", "clean": "gulp clean", "test": "tsc -p tests/tsconfig.json && node tests/BrandingConfig.test.js && node tests/BrandingDomRenderer.test.js && node tests/BrandingCssLoader.test.js && node tests/validate-static-assets.js && powershell -NoProfile -ExecutionPolicy Bypass -File ./tests/validate-project.ps1", "package": "npm test && npm run build:classic && gulp clean && gulp bundle --ship && gulp package-solution --ship" }, "dependencies": { "@microsoft/sp-core-library": "~1.4.0", "@microsoft/decorators": "~1.4.0", "@types/webpack-env": "1.13.1", "@types/es6-promise": "0.0.33", "@microsoft/sp-application-base": "~1.4.0" }, "devDependencies": { "@microsoft/sp-build-web": "~1.4.1", "@microsoft/sp-module-interfaces": "~1.4.1", "@microsoft/sp-webpart-workbench": "~1.4.1", "gulp": "~3.9.1", "@types/chai": "3.4.34", "@types/mocha": "2.2.38", "ajv": "~5.2.2", "jsdom": "9.12.0" } }