proxy-live-document
Version:
Mutable, observable, patchable JSON state wrapped in Smart Domains
55 lines (54 loc) • 1.51 kB
JSON
{
"name": "proxy-live-document",
"version": "2.0.7beta",
"description": "Mutable, observable, patchable JSON state wrapped in Smart Domains",
"types": "dist/index.d.ts",
"main": "dist/index.main.js",
"module": "dist/index.module.js",
"sideEffects": false,
"files": [
"dist"
],
"husky": {
"hooks": {
"pre-commit": "echo \"\n Did you run build before comitting ?? \n \n \""
}
},
"scripts": {
"build": "rimraf dist && rollup -c",
"test": "vitest --config ./vitest/vitest.config.ts run",
"test:watch": "vitest --config ./vitest/vitest.config.ts watch",
"test:coverage": "vitest --config ./vitest/vitest.config.ts run --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/vladnicula/proxy-live-document"
},
"devDependencies": {
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"@types/jest": "^25.2.3",
"@types/lodash.merge": "^4.6.6",
"@types/uuid": "^8.0.0",
"@vitest/coverage-c8": "^0.25.3",
"husky": "^4.3.0",
"jest": "^29.3.1",
"lodash.merge": "^4.6.2",
"rimraf": "^3.0.2",
"rollup": "^2.26.11",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.2",
"typescript": "^3.9.3",
"uuid": "^8.3.0",
"vite": "^3.2.4",
"vite-tsconfig-paths": "^3.6.0",
"vitest": "^0.25.3"
},
"keywords": [
"state-managment",
"realtime-updates"
],
"dependencies": {
"@typescript-eslint/parser": "^6.9.0"
}
}