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
31 lines (31 loc) · 863 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 863 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
30
31
{
"name": "@rushstack/typings-generator",
"version": "0.1.2",
"description": "This library provides functionality for automatically generator typings for non-TS files.",
"main": "lib/index.js",
"typings": "dist/typings-generator.d.ts",
"tsdoc": {
"tsdocFlavor": "AEDoc"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/rushstack/tree/master/libraries/typings-generator"
},
"scripts": {
"build": "gulp test --clean"
},
"dependencies": {
"@types/node": "10.17.13",
"glob": "~7.0.5",
"@rushstack/node-core-library": "3.19.5",
"chokidar": "~3.3.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.4.5",
"@microsoft/node-library-build": "6.4.6",
"@rushstack/eslint-config": "0.5.5",
"@types/glob": "7.1.1",
"gulp": "~4.0.2"
}
}