php-spark/.spark/spark.json
Christopher Vagnetoft 8cc1eac7a4 Multiple fixes
* Implemented ScriptRunner with environment expansion and cleaner
  code.
* Added ApiClient plugin (com.noccy.apiclient)
* Renamed CHANGELOG.md to VERSIONS.md
* Shuffled buildtools
* Added first unittests
2021-12-11 01:44:01 +01:00

19 lines
263 B
JSON

{
"preload": [
".spark/plugins/*",
".spark/local/*"
],
"scripts": {
"version": [
".spark/build/update-version.sh"
],
"package": [
".spark/build/package.sh"
],
"build": [
"@version",
"@package"
]
}
}