-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 947 Bytes
/
package.json
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
32
33
34
35
{
"author": "Unscrambl",
"bin": "./index.js",
"bugs": {
"url": "https://github.com/unscrambl/tsconfig-generator/issues"
},
"dependencies": {
"commander": "2.15.1",
"lodash": "4.17.14"
},
"description": "Creates a tsconfig.json by using the paths defined with environment variables",
"devDependencies": {
"is-valid-path": "^0.1.1",
"mocha": "^5.2.0"
},
"homepage": "https://github.com/unscrambl/tsconfig-generator#readme",
"keywords": [
"tsconfig",
"environment",
"variable",
"typescript",
"generate"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "tsconfig-generator",
"repository": {
"type": "git",
"url": "git+https://github.com/unscrambl/tsconfig-generator.git"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha *.spec.js"
},
"version": "0.0.7"
}