-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 937 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
36
{
"name": "jovo-component-get-phone-number",
"version": "3.0.2",
"description": "",
"main": "dist/index",
"types": "dist/index.d.ts",
"scripts": {
"tslint": "tslint -p tsconfig.json -c tslint.json",
"tsc": "tsc",
"tscw": "tsc --watch",
"rimraf": "rimraf ./dist",
"typedoc": "typedoc --out ./docs --mode file",
"test": "jest"
},
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"google-libphonenumber": "^3.2.6",
"jovo-framework": "^3.0.2"
},
"devDependencies": {
"@types/express": "^4.17.1",
"@types/google-libphonenumber": "^7.4.17",
"@types/jest": "^25.2.1",
"@types/node": "^10.17.2",
"jest": "^25.2.7",
"prettier": "1.17.1",
"rimraf": "^2.7.1",
"source-map-support": "^0.5.16",
"ts-jest": "^25.3.1",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.17.4",
"typescript": "^3.6.4"
}
}