@robicue/use-context
Version:
The official useContext implementation for the Robicue Hook Architecture
35 lines • 893 B
JSON
{
"name": "@robicue/use-context",
"version": "1.0.32",
"description": "The official useContext implementation for the Robicue Hook Architecture",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepare": "tsc",
"test": "mocha --require ts-node/register --watch --watch-files ., ./src/**/*.test.ts"
},
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/mocha": "^8.2.2",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Robicue/use-context.git"
},
"keywords": [
"useContext",
"hooks",
"context"
],
"author": "Robicue",
"bugs": {
"url": "https://github.com/Robicue/use-context/issues"
},
"homepage": "https://github.com/Robicue/use-contexts",
"types": "./dist/index.d.ts"
}