17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"name": "test-git-fcz5-handler",
|
|
"version": "1.0.0",
|
|
"description": "Test serverless for backward compatibility testing",
|
|
"main": "handler.js",
|
|
"scripts": {
|
|
"test": "echo \"Test passed\""
|
|
},
|
|
"keywords": ["serverless", "test", "backward-compatibility"],
|
|
"author": "Boltic",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
}
|
|
|