forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 779 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@rushstack/package-deps-hash",
"version": "2.4.6",
"description": "",
"main": "lib/index.js",
"typings": "dist/package-deps-hash.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/package-deps-hash"
},
"scripts": {
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.4.5",
"@microsoft/node-library-build": "6.4.6",
"@rushstack/node-core-library": "3.19.5",
"@rushstack/eslint-config": "0.5.5",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"@types/node": "10.17.13",
"chai": "~3.5.0",
"gulp": "~4.0.2"
},
"dependencies": {
"@rushstack/node-core-library": "3.19.5"
}
}