-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 808 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "t3toolbox",
"version": "2.0.0",
"description": "Tools for Typo3",
"main": "index.js",
"author": "Boris Schauer",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0",
"gulp-shell": "^0.6.3",
"file-exists": "^5.0.1"
},
"scripts": {
"Check": "./node_modules/gulp/bin/gulp.js Check",
"Console:ClearCache": "./node_modules/gulp/bin/gulp.js Console:ClearCache",
"Console:DumpLocal": "./node_modules/gulp/bin/gulp.js Console:DumpLocal",
"Console:UpdateSchema": "./node_modules/gulp/bin/gulp.js Console:UpdateSchema",
"Local:SetLocalDomain": "./node_modules/gulp/bin/gulp.js Local:SetLocalDomain",
"Develop:Sync:All": "./node_modules/gulp/bin/gulp.js Develop:Sync:All",
"Master:Sync:All": "./node_modules/gulp/bin/gulp.js Master:Sync:All"
}
}