-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "@open-formulieren/types",
"version": "0.38.0",
"description": "Typescript type definitions for Open Forms' Form.io extensions",
"main": "index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc --emitDeclarationOnly",
"build:docs": "typedoc",
"test": "npm run build && tsd",
"format": "prettier --write 'src/**/*'",
"checkformat": "prettier --check 'src/**/*'"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/open-formulieren/types.git"
},
"keywords": [
"formio",
"open",
"forms",
"typescript"
],
"author": "Maykin Media <[email protected]>",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/open-formulieren/types/issues"
},
"homepage": "https://github.com/open-formulieren/types#readme",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"formiojs": "^4.14.13",
"prettier": "^2.8.8",
"tsd": "^0.28.1",
"typedoc": "^0.24.8",
"typescript": "^5.0.4"
}
}