CI/CD fixes release: - Lint script now finds SDKs in clients/ directory structure - Perl lint gracefully skips when modules missing - Python examples exit 0 when API keys missing (CI-friendly) - validate-examples.sh race condition fixed
16 lines
436 B
JSON
16 lines
436 B
JSON
{
|
|
"name": "un-sync",
|
|
"version": "4.3.1",
|
|
"description": "unsandbox.com JavaScript SDK (Isomorphic - Node.js + Browser)",
|
|
"type": "module",
|
|
"main": "src/un.js",
|
|
"scripts": {
|
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
|
|
},
|
|
"keywords": ["unsandbox", "code-execution", "sandbox", "api"],
|
|
"author": "unsandbox.com",
|
|
"license": "Unlicense",
|
|
"devDependencies": {
|
|
"jest": "^29.0.0"
|
|
}
|
|
}
|