-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 906 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
{
"name": "jagwah",
"version": "0.0.17",
"description": "Wrapper for the awesome hyperHtml renderer written in Typescript.",
"main": "dist/index.js",
"types": "dist/index.js",
"sideEffects": [
"./dist/router.js"
],
"scripts": {
"watch": "tsc --project tsconfig.json --watch",
"clean": "rm -rf dist",
"prebuild": "yarn clean",
"build": "tsc --project tsconfig.json",
"test": "echo \"Success: no test specified\" && exit 0"
},
"author": "8eecf0d2",
"license": "ISC",
"devDependencies": {
"should": "^13.2.1",
"typescript": "^2.9.0-rc"
},
"dependencies": {
"hyperhtml": "^2.11.2",
"named-regexp": "^0.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/8eecf0d2/jagwah.git"
},
"bugs": {
"url": "https://github.com/8eecf0d2/jagwah/issues"
},
"homepage": "https://github.com/8eecf0d2/jagwah#readme"
}