UNPKG

dev-classes

Version:
58 lines (57 loc) 1.21 kB
{ "name": "dev-classes", "private": false, "author": "SinGlEBW", "repository": { "type": "git", "url": "git+https://github.com/SinGlEBW/dev-classes.git" }, "bugs": { "url": "https://github.com/SinGlEBW/dev-classes/issues" }, "homepage": "https://github.com/SinGlEBW/dev-classes#readme", "license": "MIT", "version": "1.3.27", "type": "module", "module": "./dist/index.js", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "directory": "dist" }, "keywords": [ "dev-classes", "SocketApi", "EventSubscribers", "NetworkInformation", "HTTPSApi", "DelaysPromise", "Color", "DateProcessing", "File", "Utils", "Numbers" ], "scripts": { "start": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "devDependencies": { "@types/js-cookie": "^3.0.6", "@types/node": "^20.12.7", "glob": "^10.3.12", "typescript": "^5.2.2", "vite": "^5.1.6", "vite-plugin-dts": "^3.8.3", "vite-plugin-lib-inject-css": "^2.0.1" }, "dependencies": { "axios": "^1.7.7", "js-cookie": "^3.0.5", "uuid4": "^2.0.3" } }