-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 996 Bytes
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 996 Bytes
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
{
"name": "docframe-types",
"version": "0.8.2",
"description": "docframe-types contains type definitions for creating documents (e. g. using Deuterium)",
"keywords": [
"formatting",
"rendering",
"typescript",
"document"
],
"homepage": "https://documatrix.com",
"bugs": {
"url": "https://github.com/documatrix/docframe-types/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/documatrix/docframe-types.git"
},
"engineStrict": true,
"engines": {
"node": ">= 8.9.0"
},
"main": "build/Docframe.js",
"devDependencies": {
"npm-check-updates": "^22.1.1",
"protobufjs-cli": "^2.2.0"
},
"scripts": {
"commit": "npm run-script build && npm version patch && npm publish && git push",
"build": "bash createDocframe.sh",
"prepublish": "npm run build"
},
"author": "DocuMatrix <office@documatrix.com>",
"license": "MIT",
"dependencies": {
"long": "^5.3.2",
"protobufjs": "^8.2.0"
}
}