|
| 1 | +{ |
| 2 | + "name": "@microsoft/mgt-components", |
| 3 | + "version": "2.0.0", |
| 4 | + "description": "The Microsoft Graph Toolkit Components", |
| 5 | + "keywords": [ |
| 6 | + "microsoft graph", |
| 7 | + "web components" |
| 8 | + ], |
| 9 | + "homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit", |
| 10 | + "bugs": { |
| 11 | + "url": "https://github.com/microsoftgraph/microsoft-graph-toolkit/issues" |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/microsoftgraph/microsoft-graph-toolkit" |
| 16 | + }, |
| 17 | + "author": "Microsoft", |
| 18 | + "license": "MIT", |
| 19 | + "main": "./dist/es6/index.js", |
| 20 | + "types": "./dist/es6/index.d.ts", |
| 21 | + "module": "./dist/es6/index.js", |
| 22 | + "files": [ |
| 23 | + "dist", |
| 24 | + "src" |
| 25 | + ], |
| 26 | + "scripts": { |
| 27 | + "build": "npm-run-all clean build:compile", |
| 28 | + "build:compile": "npm-run-all sass compile", |
| 29 | + "build:watch": "npm-run-all -p sass:watch compile:watch", |
| 30 | + "clean": "shx rm -rf ./dist && shx rm -rf ./tsconfig.tsbuildinfo", |
| 31 | + "compile": "tsc -b", |
| 32 | + "compile:watch": "tsc -w", |
| 33 | + "lint": "tslint -c ../../tslint.json 'src/**/*.ts'", |
| 34 | + "prepack": "shx rm -rf *.tgz && npm run build", |
| 35 | + "postpack": "cpx *.tgz ../../artifacts", |
| 36 | + "sass": "gulp sass --cwd .", |
| 37 | + "sass:watch": "gulp watchSass --cwd .", |
| 38 | + "setLicense": "gulp setLicense --cwd ." |
| 39 | + }, |
| 40 | + "dependencies": { |
| 41 | + "@microsoft/microsoft-graph-types": "^1.22.0", |
| 42 | + "@microsoft/microsoft-graph-types-beta": "github:microsoftgraph/msgraph-typescript-typings#beta", |
| 43 | + "@microsoft/mgt-element": "*", |
| 44 | + "office-ui-fabric-core": "11.0.0" |
| 45 | + }, |
| 46 | + "devDependencies": { |
| 47 | + "cpx": "^1.5.0", |
| 48 | + "gulp": "^4.0.2", |
| 49 | + "gulp-append-prepend": "^1.0.8", |
| 50 | + "gulp-header-license": "^1.0.9", |
| 51 | + "gulp-rename": "^2.0.0", |
| 52 | + "gulp-sass": "^4.0.2", |
| 53 | + "gulp-util": "^3.0.8", |
| 54 | + "npm-run-all": "^4.1.5", |
| 55 | + "shx": "^0.3.2", |
| 56 | + "tslint": "^5.20.1", |
| 57 | + "tslint-config-prettier": "^1.18.0", |
| 58 | + "typescript": "^3.7.5" |
| 59 | + }, |
| 60 | + "publishConfig": { |
| 61 | + "directory": "dist" |
| 62 | + } |
| 63 | +} |
0 commit comments