-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 855 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": "@djragsdale/intent-manager",
"version": "1.0.1",
"description": "Create and manage conversational interactions",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"coverage": "npm test -- --coverage",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wilderbeest/intent-manager.git"
},
"keywords": [
"conversational",
"intent",
"manager"
],
"author": "David Ragsdale",
"license": "MIT",
"bugs": {
"url": "https://github.com/wilderbeest/intent-manager/issues"
},
"homepage": "https://github.com/wilderbeest/intent-manager#readme",
"dependencies": {},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.2",
"jest": "^26.6.1",
"ts-jest": "^26.4.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
}