-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 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": "file2html-text",
"version": "0.2.0",
"description": "Text engine for file2html",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/*.*",
"lib/**/*.*"
],
"scripts": {
"test": "./node_modules/.bin/jest --no-cache --config=./node_modules/file2html-dev-tools/jest/config.json",
"lint": "./node_modules/.bin/tslint \"src/**/*.ts\" \"test/unit/**/*.ts\"",
"build": "npm run lint && rm -rf lib && ./node_modules/.bin/tsc"
},
"dependencies": {
"file2html": "^0.1.5"
},
"devDependencies": {
"file2html-dev-tools": "git+https://github.com/file2html/file2html-dev-tools.git#v1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/file2html/file2html-text.git"
},
"keywords": [
"file2html",
"archive",
"zip"
],
"author": "webschik",
"license": "MIT",
"bugs": {
"url": "https://github.com/file2html/file2html-text/issues"
},
"homepage": "https://github.com/file2html/file2html-text#readme"
}