29 lines
443 B
JSON
29 lines
443 B
JSON
{
|
|
"$schema": "https:\/\/crosslang.tesseslanguage.com\/\/schema\/cross-json-schema.json",
|
|
"info": {
|
|
"short_name": "changeme",
|
|
"short_name_pretty": "Change Me",
|
|
"type": "webapp"
|
|
},
|
|
"name": "tytd-submission-box",
|
|
"prebuild": [
|
|
{
|
|
"commands": [
|
|
[
|
|
"npm",
|
|
"install"
|
|
],
|
|
[
|
|
"npm",
|
|
"run",
|
|
"publish"
|
|
]
|
|
],
|
|
"res": [
|
|
"npm\/dist"
|
|
],
|
|
"workdir": "npm"
|
|
}
|
|
],
|
|
"version": "1.0.0.0-prod"
|
|
} |