-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 983 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@saasquatch/dom-context-hooks",
"version": "1.0.5",
"description": "Hooks for making use of dom-context while using hooks from universal-hooks",
"main": "dist/dom-context-hooks.js",
"module": "dist/dom-context-hooks.module.js",
"modern": "dist/dom-context-hooks.modern.js",
"source": "dom-context-hooks.ts",
"types": "dist/dom-context-hooks.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "microbundle",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"microbundle": "0.13.0"
},
"dependencies": {
"@saasquatch/universal-hooks": "^1.0.0",
"dom-context": "^1.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saasquatch/dom-context-hooks.git"
},
"author": "ReferralSaaSquatch.com, Inc.",
"bugs": {
"url": "https://github.com/saasquatch/dom-context-hooks"
},
"homepage": "https://github.com/saasquatch/dom-context-hooks",
"license": "MIT"
}