UNPKG

@swan-admin/swan-ai-measurements

Version:
60 lines (59 loc) 1.73 kB
{ "name": "@swan-admin/swan-ai-measurements", "version": "1.1.74", "description": "provides ai measurement suggestion", "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/esm/index.js" } }, "dependencies": { "@types/axios": "^0.14.0", "@types/node": "^20.12.12", "@uppy/aws-s3-multipart": "^3.11.1", "@uppy/core": "^3.11.3", "axios": "^1.6.7", "fix-esm": "^1.0.1", "socket.io": "^4.7.5", "socket.io-client": "^4.7.5", "tslib": "^2.6.2", "typescript": "^5.4.5" }, "scripts": { "start": "nodemon dist/index.js", "build": "tsc && tsc --project tsconfig.esm.json", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "start:dev": "nodemon src/index.ts", "start:debug": "nodemon --inspect-brk src/index.ts", "start:prod": "node dist/index.js", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", "test:e2e": "jest --config ./test/jest-e2e.json" }, "repository": { "type": "git", "url": "https://github.com/Syze/swan-ai-measurements.git" }, "keywords": [ "swan", "ai", "fitview" ], "author": "paras", "license": "ISC", "bugs": { "url": "https://github.com/Syze/swan-ai-measurements.git/issues" }, "homepage": "https://github.com/Syze/swan-ai-measurements.git#readme", "devDependencies": { "@types/ws": "^8.5.12", "nodemon": "^3.1.0" } }