-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 1.98 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "jovo-v4-community-hook-magic-prototyper",
"private": false,
"version": "0.0.42",
"description": "Jovo voice model and code maintenance for prototypes made easy",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"tsc": "tsc",
"test": "jest --testPathPattern=.test.ts",
"eslint": "eslint"
},
"author": "Frank Börncke",
"license": "Apache-2.0",
"homepage": "https://github.com/fboerncke/jovo-v4-community-hook-magic-prototyper#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fboerncke/jovo-v4-community-hook-magic-prototyper.git"
},
"bugs": {
"url": "https://github.com/fboerncke/jovo-v4-community-hook-magic-prototyper/issues"
},
"dependencies": {
"@jovotech/framework": "^4.5.0",
"@jovotech/cli-command-build": "^4.1.8",
"sql.js": "^1.8.0",
"jexl": "^2.3.0",
"voca": "^1.4.0",
"node-spintax": "^1.0.4",
"prettier": "2.8.0"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/jest-when": "^3.5.2",
"@types/jexl": "^2.3.1",
"@types/sql.js": "^1.4.4",
"@types/node": "^13.11.0",
"@types/voca": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^27.3.1",
"jest-when": "^3.5.2",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"typedoc": "^0.17.4",
"typescript": "^4.2.3"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testURL": "http://localhost/",
"testMatch": [
"<rootDir>/test/**"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
]
},
"files": [
"dist/src/**/*"
],
"directories": {
"test": "test"
},
"keywords": [
"jovo",
"hook",
"voice",
"model",
"code",
"prototyper",
"prototyping",
"generator"
]
}