oliverbooth.dev/package.json

33 lines
752 B
JSON

{
"name": "oliverbooth.dev",
"version": "1.0.0",
"description": "Source code for https://oliverbooth.dev",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.oliverbooth.dev/oliverbooth/oliverbooth.dev"
},
"keywords": [
"asp-net-core",
"csharp",
"dotnet",
"personal-website"
],
"author": "Oliver Booth",
"license": "MIT",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"sass": "^1.69.5",
"terser": "^5.19.2",
"webpack-stream": "^7.0.0"
}
}