-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 876 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
36
37
38
39
40
41
42
43
44
{
"name": "bame",
"version": "1.0.1",
"description": "A tool to rename files batches using regex.",
"main": "dist/bame.js",
"bin": {
"bame": "bin/cli.js"
},
"scripts": {
"build": "tsc",
"test": "jest",
"prepublish": "npm run build"
},
"keywords": [
"bame",
"rename",
"file",
"files",
"batch",
"cli",
"cross-plateform",
"javascript"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/CorentinTh/bame"
},
"homepage": "https://github.com/CorentinTh/bame#readme",
"bugs": {
"url": "https://github.com/CorentinTh/bame/issues"
},
"dependencies": {
"yargs": "^15.0.2"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/node": "^12.12.14",
"jest": "^24.9.0",
"ts-jest": "^24.2.0",
"typescript": "^3.7.2"
}
}