-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "@bonitasoft/ui-designer-context-binding",
"version": "0.0.14",
"description": "Library to manage ui-designer binding between variable and widgets properties",
"main": "lib/index",
"types": "lib/index",
"prepublish": "tsc",
"scripts": {
"build": "tsc",
"build:w": "tsc -w",
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bonitasoft/bonita-ui-designer-context-binding.git"
},
"keywords": [
"typescript",
"ui-designer",
"binding"
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/bonitasoft/bonita-ui-designer-context-binding/issues"
},
"homepage": "https://github.com/bonitasoft/bonita-ui-designer-context-binding/#readme",
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/expect": "^24.3.0",
"@types/lodash": "^4.14.176",
"@types/mocha": "^9.0.0",
"@types/sinon": "^10.0.6",
"chai": "^4.3.4",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"sinon": "^12.0.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"lodash": "^4.17.21",
"on-change": "3.0.2",
"ts-expression-evaluator": "^1.3.14"
}
}