mirror of
https://github.com/karust/openserp.git
synced 2026-08-05 16:53:54 +08:00
15 lines
231 B
JSON
15 lines
231 B
JSON
{
|
|
"name": "openserp-example-js-basic-search",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"@openserp/sdk": "^0.2.0"
|
|
}
|
|
}
|