@virtualstate/hooks-extended
Version:
49 lines (48 loc) • 1.25 kB
JSON
{
"name": "@virtualstate/hooks-extended",
"version": "2.48.1",
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"type": "module",
"sideEffects": false,
"keywords": [
"vsx",
"virtual-state"
],
"peerDependencies": {
"@virtualstate/fringe": "^2.2.4",
"@virtualstate/hooks": "^2.2.4",
"@virtualstate/union": "^2.2.4",
"iterable": "^5.6.0"
},
"devDependencies": {
"@types/node": "^14.14.41",
"@virtualstate/fringe": "^2.48.1",
"@virtualstate/hooks": "^2.48.1",
"@virtualstate/union": "^2.48.1",
"esm": "^3.2.25",
"filehound": "^1.17.3",
"iterable": "^5.7.0",
"jsdom": "^16.5.3",
"microtask-collector": "^3.1.0",
"tslint": "^6.1.3",
"typescript": "^4.2.4",
"uuid": "^8.3.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/virtualstate/x.git"
},
"bugs": {
"url": "https://github.com/virtualstate/x/issues"
},
"homepage": "https://github.com/virtualstate/x#readme",
"author": "Fabian Cook <hello@fabiancook.dev>",
"scripts": {
"test": "yarn jest",
"clean": "rm -rf lib && rm tsconfig.tsbuildinfo"
},
"gitHead": "7532c261c8cca3123259480fab16693d1b760fb0"
}