-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·28 lines (28 loc) · 933 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
{
"name": "simple-file-templater",
"version": "1.0.2",
"description": "Simple templating system for file. Pattern replacer, file name replacer...",
"main": "templater.js",
"scripts": {
"bump:major": "node node_modules/bump-simple/bump-simple.js --major",
"bump:minor": "node node_modules/bump-simple/bump-simple.js --minor",
"bump:patch": "node node_modules/bump-simple/bump-simple.js --patch"
},
"author": "538ROMEO",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/top-kat/simple-file-templater.git"
},
"bugs": {
"url": "https://github.com/top-kat/simple-file-templater/issues"
},
"homepage": "https://github.com/top-kat/simple-file-templater",
"dependencies": {
"fast-glob": "^3.0.4",
"fs-extra": "^8.1.0"
},
"devDependencies": {
"bump-simple": "^1.0.0"
}
}