-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.46 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "@haztivity/hz-crossword",
"version": "0.7.1",
"description": "Haztivity resource wrapper for jq-crossword",
"main": "dist/hz-crossword.js",
"jsnext:main": "esm2015/hz-crossword.js",
"ts:main": "src/index.ts",
"types": "src/index.ts",
"typings": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && rimraf esm2015 && rollup -c",
"doc": "rimraf docs & typedoc --mode modules --ignoreCompilerErrors --readme none --exclude **/index.ts --out docs ./src"
},
"repository": {
"type": "git",
"url": "git@https://github.com/haztivity/hz-crossword.git"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/haztivity/hz-crossword",
"author": "Davinchi",
"license": "MIT",
"devDependencies": {
"@haztivity/cli": "^0.5.1",
"@haztivity/hz-navbar": "^0.7",
"@types/node": "^12.0.8",
"concurrently": "^3.5.1",
"jquery": "^3.3.1",
"lodash.camelcase": "^4.3.0",
"rimraf": "^2.6.2",
"rollup": "^1.15.2",
"rollup-plugin-license": "^0.9.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.21.1",
"rollup-plugin-uglify": "^6.0.2",
"rollup-plugin-uglify-es": "0.0.1",
"typedoc": "^0.11.1",
"typedoc-plugin-external-module-name": "^2.1.0",
"typescript": "^3.5.1",
"uglify-js": "^3.3.16"
},
"dependencies": {
"@haztivity/core": "^0.7.0",
"jq-crossword": "^1.2.1"
}
}