UNPKG

greed.js

Version:

Run Python libraries in the browser with WebGPU acceleration - PyTorch, NumPy, and more. Modular architecture with full backward compatibility.

90 lines (89 loc) 2.5 kB
{ "name": "greed.js", "version": "2.0.1", "description": "Run Python libraries in the browser with WebGPU acceleration - PyTorch, NumPy, and more. Modular architecture with full backward compatibility.", "main": "dist/greed.js", "module": "src/core/greed-v2.js", "types": "dist/greed.d.ts", "files": [ "dist/", "src/", "README.md", "LICENSE", "CHANGELOG.md" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "browserslist": [ "last 2 Chrome versions", "last 2 Firefox versions", "last 2 Safari versions", "last 2 Edge versions" ], "scripts": { "build": "webpack --mode=production", "dev": "webpack serve --mode=development", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:integration": "jest tests/integration/", "test:security": "jest tests/security.test.js", "test:e2e": "npx playwright test", "test:e2e:ui": "npx playwright test --ui", "test:e2e:debug": "npx playwright test --debug", "test:manual": "npm run build:standalone && npx playwright test --project=chromium tests/e2e/manual-testing.spec.js", "build:standalone": "webpack --config webpack.simple.config.js", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "audit:fix": "npm audit fix", "version:bump": "npm version", "prepublishOnly": "npm run build", "prepack": "npm run build" }, "keywords": [ "python", "webassembly", "webgpu", "browser", "pytorch", "numpy", "machine-learning", "ai", "deep-learning", "neural-networks", "tensor", "gpu-acceleration" ], "author": "Aditya Khalkar <adityakhalkar@example.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/adityakhalkar/greed.git" }, "homepage": "https://github.com/adityakhalkar/greed#readme", "bugs": { "url": "https://github.com/adityakhalkar/greed/issues" }, "dependencies": { "pyodide": "^0.24.1" }, "devDependencies": { "@babel/core": "^7.22.0", "@babel/preset-env": "^7.22.0", "@playwright/test": "^1.54.1", "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", "eslint": "^8.57.1", "jest": "^29.5.0", "jest-environment-jsdom": "^29.7.0", "webpack": "^5.88.0", "webpack-cli": "^5.1.0", "webpack-dev-server": "^5.2.2" } }