-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 813 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 813 Bytes
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
{
"name": "hyperlit",
"version": "0.3.6",
"description": "JSX-like ttl for hyperapp",
"main": "index.js",
"module": "index.js",
"type": "module",
"unpkg": "dist.js",
"scripts": {
"build": "rollup index.js --no-strict -f es --external hyperapp | terser -m -c --toplevel | sed \"s/hyperapp/https:\\/\\/unpkg.com\\/hyperapp/g\" > dist.js",
"test": "ava"
},
"author": "Zacharias Enochsson",
"license": "MIT",
"devDependencies": {
"ava": "^3.8.2",
"hyperapp": "^2.0.5",
"rollup": "^2.10.2",
"terser": "^4.6.13"
},
"peerDependencies": {
"hyperapp": "^2.0.5"
},
"bugs": {
"url": "https://github.com/zaceno/hyperlit/issues"
},
"homepage": "https://github.com/zaceno/hyperlit#readme"
}