{ "name": "nn", "version": "1.0.0", "type": "module", "main": "index.js", "author": "Freywar Ulvnaudgari ", "license": "MIT", "scripts": { "build": "rm -rf build && tsc", "start": "yarn build && systemd-inhibit --what=idle:sleep --why='Training a model' node --import=extensionless/register build/index.js", "start:debug": "yarn build && node --inspect-brk --import=extensionless/register build/index.js", "start:profile": "yarn build && node --prof --import=extensionless/register build/index.js", "test": "jest", "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", "lint": "eslint", "lint:fix": "eslint --fix" }, "devDependencies": { "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.8.0", "@jest/globals": "^29.7.0", "@stylistic/eslint-plugin": "^2.6.1", "@stylistic/eslint-plugin-ts": "^2.6.4", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.8.0", "extensionless": "^1.9.9", "jest": "^29.7.0", "ts-jest": "^29.2.3", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, "dependencies": { "@webgpu/glslang": "^0.0.15", "@webgpu/types": "^0.1.60", "ts-command-line-args": "^2.5.1", "webgpu": "^0.2.11", "yargs": "^17.7.2" } }