forked from reshadi/jakets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 861 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 861 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
{
"name": "jakets",
"version": "7.6.13",
"description": "Jake with TypeScript.",
"bin": "./bin/cli.js",
"main": "Jakefile.js",
"scripts": {
"build:compile": "tsc -p ./tsconfig.json",
"build:test": "jake jts_test",
"build": "npm run build:compile && npm run build:test",
"release": "jake update_version_range_tags[true]"
},
"repository": {
"type": "git",
"url": "https://github.com/reshadi/jakets.git"
},
"author": "Mehrdad Reshadi",
"license": "ISC",
"bugs": {
"url": "https://github.com/reshadi/jakets/issues"
},
"homepage": "https://github.com/reshadi/jakets",
"dependencies": {
"@types/fs-extra": "^8.0.0",
"@types/jake": "^0.0.31",
"@types/semver": "^6.0.0",
"fs-extra": "^8.0.1",
"jake": "^8.1.1",
"semver": "^6.1.1",
"tslib": "^1.9.3",
"typescript": "^3.2.4"
}
}