UNPKG

687 BJSONView Raw
1{
2 "name": "@microsoft/node-library-build",
3 "version": "6.4.10",
4 "description": "",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/microsoft/rushstack/tree/master/core-build/node-library-build"
11 },
12 "scripts": {
13 "build": "gulp --clean"
14 },
15 "dependencies": {
16 "@microsoft/gulp-core-build": "3.15.5",
17 "@microsoft/gulp-core-build-mocha": "3.8.8",
18 "@microsoft/gulp-core-build-typescript": "8.4.10",
19 "@types/gulp": "4.0.6",
20 "@types/node": "10.17.13",
21 "gulp": "~4.0.2"
22 },
23 "devDependencies": {
24 "@microsoft/rush-stack-compiler-3.5": "0.4.9",
25 "@rushstack/eslint-config": "0.5.7"
26 }
27}