37 lines
960 B
JSON
Executable File
37 lines
960 B
JSON
Executable File
{
|
|
"name": "fluttershub-com",
|
|
"version": "5.0.0",
|
|
"private": true,
|
|
"description": "My personal website for fluttershub.com",
|
|
"license": "MIT",
|
|
"author": "HotaruBlaze",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:github/Fluttershub.git"
|
|
},
|
|
"scripts": {
|
|
"preinit": "npx npm-force-resolutions",
|
|
"Dev": "npm run Cleanup && npm run Init && parcel dev src/index.pug -d build",
|
|
"Cleanup": "rm -Rf build/ .cache/",
|
|
"Init": "mkdir build && cp -R src/assets/* build/",
|
|
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug -d build"
|
|
},
|
|
"devDependencies": {
|
|
"parcel-bundler": "^1.12.4",
|
|
"pug": "^2.0.4",
|
|
"sass": "^1.30.0"
|
|
},
|
|
"engines": {
|
|
"node": "14.*"
|
|
},
|
|
"resolutions": {
|
|
"node-forge": "0.10.0"
|
|
},
|
|
"dependencies": {},
|
|
"main": "index.js",
|
|
"bugs": {
|
|
"url": "https://github.com/hotarublaze/Fluttershub/issues"
|
|
},
|
|
"homepage": "https://fluttershub.com"
|
|
}
|