-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 865 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
35
36
37
38
{
"name": "snabby",
"description": "Use Snabbdom with template strings",
"version": "6.1.1",
"author": "Jamen Marz (https://git.io/jamen)",
"repository": "mreinstein/snabby",
"type": "module",
"main": "index.js",
"license": "MIT",
"files": [
"index.js",
"create.js"
],
"scripts": {
"examples": "serve .",
"predeploy": "npm run test",
"prepublishOnly": "npm run predeploy",
"test": "node test/test.js"
},
"devDependencies": {
"browser-env": "^3.3.0",
"happy-dom": "^13.0.0",
"serve": "^14.0.0",
"tape": "^5.2.2"
},
"dependencies": {
"hyperx": "^3.0.0",
"is-boolean-attribute": "^0.0.1",
"snabbdom": "^3.0.3"
},
"engines": {
"node": ">=12.17"
},
"homepage": "https://github.com/mreinstein/snabby",
"bugs": {
"url": "https://github.com/mreinstein/snabby/issues"
}
}