mirror of
https://github.com/dokku/dokku.git
synced 2026-07-13 22:11:08 +02:00
While not in the build path, we should try and avoid unsupported dependencies where possible.
19 lines
502 B
JSON
19 lines
502 B
JSON
{
|
|
"author": "Al Johri",
|
|
"dependencies": {
|
|
"bootstrap": "^5.3.8",
|
|
"sass": "^1.99.0"
|
|
},
|
|
"description": "Test application for heroku multi buildpack.",
|
|
"engines": {
|
|
"node": "24.x.x",
|
|
"npm": "11.x.x"
|
|
},
|
|
"license": "ISC",
|
|
"name": "test-buildpack-multi",
|
|
"scripts": {
|
|
"postinstall": "bundle exec ruby generate_content.rb && mkdir -p static/.tmp/styles && npx sass static/styles/main.scss static/.tmp/styles/main.css --load-path=node_modules"
|
|
},
|
|
"version": "0.0.0"
|
|
}
|