-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 823 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 823 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
32
33
34
35
{
"name": "ease-task-typescript",
"version": "1.1.0",
"description": "TypeScript compiler plugin for Ease task runner",
"main": "task.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chisel/ease-task-typescript.git"
},
"keywords": [
"ease",
"task",
"runner",
"typescript",
"ts",
"tsc",
"compiler",
"plugin"
],
"author": "Ramtin Soltani <ramtin@chiselpowered.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chisel/ease-task-typescript/issues"
},
"homepage": "https://github.com/chisel/ease-task-typescript#readme",
"dependencies": {
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"lodash": "^4.17.20",
"typescript": "^4.1.5"
}
}