UNPKG

759 BJSONView Raw
1{
2 "name": "@microsoft/node-library-build",
3 "version": "6.1.2",
4 "description": "",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "tsdoc": {
8 "tsdocFlavor": "AEDoc"
9 },
10 "license": "MIT",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/Microsoft/web-build-tools/tree/master/core-build/node-library-build"
14 },
15 "scripts": {
16 "build": "gulp --clean"
17 },
18 "dependencies": {
19 "@microsoft/gulp-core-build": "3.11.0",
20 "@microsoft/gulp-core-build-mocha": "3.6.1",
21 "@microsoft/gulp-core-build-typescript": "8.1.26",
22 "@types/gulp": "4.0.6",
23 "@types/node": "8.5.8",
24 "gulp": "~4.0.2"
25 },
26 "devDependencies": {
27 "@microsoft/rush-stack-compiler-3.4": "0.1.15"
28 }
29}