123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "@virtuoso.dev/urx",
- "private": false,
- "sideEffects": false,
- "source": "src/index.ts",
- "version": "0.2.13",
- "homepage": "https://urx.virtuoso.dev/",
- "license": "MIT",
- "author": "Petyo Ivanov",
- "main": "dist/index.js",
- "module": "dist/urx.esm.js",
- "typings": "dist/index.d.ts",
- "files": [
- "dist"
- ],
- "husky": {
- "hooks": {
- "pre-commit": "tsdx lint src test"
- }
- },
- "scripts": {
- "start": "tsdx watch",
- "build": "tsdx build",
- "test": "tsdx test",
- "lint": "tsdx lint src test",
- "prepare": "tsdx build"
- },
- "publishConfig": {
- "access": "public"
- },
- "devDependencies": {
- "@types/jest": "^26.0.0",
- "eslint-plugin-json": "^2.1.1",
- "husky": "^4.2.5",
- "tsdx": "^0.13.2",
- "tslib": "^2.0.0",
- "typescript": "^3.9.5"
- },
- "gitHead": "35c5af30cb8d322a42e3c46a381e5f2667261096",
- "repository": {
- "type": "git",
- "url": "https://github.com/virtuoso-dev/urx.git",
- "directory": "packages/urx"
- }
- }
|