-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.11 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
{
"name": "@appelstroop/afast",
"version": "0.5.2",
"description": "",
"main": "dist/index.js",
"bin": {
"afast": "bin/afast"
},
"scripts": {
"test": "jest",
"tsc": "tsc"
},
"author": "J.Hoving",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@babel/preset-typescript": "^7.13.0",
"@types/configstore": "^5.0.0",
"@types/inquirer": "^7.3.1",
"@types/jest": "^26.0.23",
"@types/node-fetch": "^2.5.10",
"@types/tough-cookie": "^4.0.0",
"@types/yargs": "^16.0.1",
"babel-jest": "^26.6.3",
"fetch-mock": "^9.11.0",
"jest": "^26.6.3",
"typescript": "^4.2.4"
},
"preferGlobal": true,
"dependencies": {
"chalk": "^4.1.1",
"compare-versions": "^3.6.0",
"configstore": "^3.1.5",
"fetch-cookie": "^0.11.0",
"inquirer": "^8.0.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"node-html-parser": "^3.2.0",
"tough-cookie": "^4.0.0",
"yargs": "^16.2.0"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
}