15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"name": "webseite-gulp-ts-frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"gulp": "^5.0.1"
|
|
}
|
|
}
|