@proactive-as/pnp.vendor
Version:
PnP Vendor 1.3.7
54 lines (53 loc) • 1.41 kB
JSON
{
"name": "@proactive-as/pnp.vendor",
"version": "1.3.7",
"description": "PnP Vendor 1.3.7",
"author": {
"name": "mohammad.nomani"
},
"scripts": {
"clean": "rimraf *-manifest.json *.js *.js.map Source/**/*.js Source/**/*.js.map",
"build": "npm run clean && webpack --mode production --config ./Configurations/WebPack/webpack.pnp.config.js --progress --profile --bail",
"test": "jest --c ./Configurations/Jest/jest.config.json --no-cache"
},
"files": [
"pnp.vendor.js",
"pnp-vendor-manifest.json",
"README.md"
],
"main": "pnp.vendor.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pnp/logging": "1.3.7",
"@pnp/common": "1.3.7",
"@pnp/config-store": "1.3.7",
"@pnp/sp-taxonomy": "1.3.7",
"@pnp/sp-clientsvc": "1.3.7",
"@pnp/odata": "1.3.7",
"@pnp/sp": "1.3.7",
"@pnp/graph": "1.3.7"
},
"devDependencies": {
"@types/node": "11.13.7",
"awesome-typescript-loader": "5.2.1",
"rimraf": "3.0.0",
"source-map-explorer": "2.1.0",
"source-map-loader": "0.2.4",
"typescript": "3.7.2",
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"webpack-merge": "4.2.2",
"@types/jest": "24.0.23",
"jest-trx-results-processor": "1.0.2",
"ts-jest": "24.1.0",
"jest": "25.0.0"
},
"keywords": [
"PnP",
"Vendor",
"WebPack"
],
"license": "Apache-2.0"
}