-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "@aseemtaneja/kit-list",
"version": "0.2.1",
"description": "A helper for the Script Kit automation app to generate a list of items from an HTML document.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf ./node_modules/.cache ./dist",
"dev": "tsc --watch --preserveWatchOutput",
"build": "tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atej/kit-list.git"
},
"keywords": [
"scriptkit"
],
"author": "Aseem Taneja <taneja.aseem@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/atej/kit-list/issues"
},
"homepage": "https://github.com/atej/kit-list#readme",
"dependencies": {
"@vitalets/google-translate-api": "^7.0.0",
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.10"
},
"devDependencies": {
"@johnlindquist/kit": "^0.4.6",
"@types/node": "^17.0.4",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
}
}