oc-client-browser
Version:
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "oc-client-browser",
"version": "2.1.3",
"description": "OC browser client",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/opencomponents/oc-client-browser.git"
},
"bugs": {
"url": "https://github.com/opencomponents/oc-client-browser/issues"
},
"homepage": "https://github.com/opencomponents/oc-client-browser#readme",
"keywords": ["oc", "opencomponents"],
"author": {
"name": "Nick Balestra",
"email": "nick@balestra.ch"
},
"license": "MIT",
"files": ["tasks", "dist", "vendor", "src", "index.js", "index.d.ts"],
"scripts": {
"start": "serve -l 5173",
"test": "npm run build && npx playwright test --reporter=html",
"build": "node tasks/build.js",
"lint": "npx @biomejs/biome check --write .",
"precommit": "lint-staged",
"prepublish": "npm run build"
},
"lint-staged": {
"src/**/*.js": ["npm run lint"],
"tasks/*.js": ["npm run lint"],
"test/*.js": ["npm run lint"]
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "^1.50.1",
"fs-extra": "10.0.0",
"lefthook": "^1.11.2",
"serve": "^14.2.4",
"typescript": "^5.7.3"
},
"dependencies": {
"@rdevis/turbo-stream": "^2.4.1",
"esbuild": "^0.25.0",
"uglify-js": "^3.14.2",
"universalify": "2.0.0"
}
}