mirror of
https://github.com/karust/openserp.git
synced 2026-08-18 22:28:21 +08:00
Add OpenSERP SDK usage examples
This commit is contained in:
14
examples/quickstart/js-basic-search/package.json
Normal file
14
examples/quickstart/js-basic-search/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "openserp-example-js-basic-search",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@openserp/sdk": "^0.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user