-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "protheusdoc-html",
"version": "1.1.8",
"description": "Extension for interprate ProtheusDoc and generate HTML.",
"types": "lib/src/index.d.ts",
"main": "lib/src/index.js",
"scripts": {
"prepare": "npm run compile",
"compile": "tsc -p ./",
"postcompile": "cp -r ./src/sample ./lib",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix"
},
"keywords": [],
"author": "Robson Rogério Silva",
"license": "ISC",
"dependencies": {
"file-system": "^2.2.2",
"globby": "^10.0.2"
},
"devDependencies": {
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"asserts": "^4.0.2",
"chai": "^4.2.0",
"cpy": "^11.0.0",
"cpy-cli": "^3.1.1",
"del-cli": "^3.0.1",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"typescript": "^3.9.7"
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robsonrosilva/protheusDoc.git"
},
"bugs": {
"url": "https://github.com/robsonrosilva/protheusDoc/issues"
},
"homepage": "https://github.com/robsonrosilva/protheusDoc#readme"
}