-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.03 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
{
"name": "go-license-scraper",
"version": "0.3.8",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/akm/go-license-scraper.git"
},
"keywords": [
"go",
"golang",
"library",
"module",
"license",
"scraping"
],
"author": "akm",
"license": "MIT",
"bin": {
"go-license-scraper": "./bin/go-license-scraper.js"
},
"bugs": {
"url": "https://github.com/akm/go-license-scraper/issues"
},
"homepage": "https://github.com/akm/go-license-scraper#readme",
"dependencies": {
"@fast-csv/parse": "^5.0.0",
"playwright-core": "^1.22.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"gts": "^5.2.0",
"typescript": "^5.0.3"
}
}