-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.38 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
47
48
49
50
51
52
53
54
{
"name": "zeev-binder",
"version": "0.2.3",
"description": "Non official Zeev BPMS form field data binding",
"main": "dist/binder.esm.js",
"module": "dist/binder.esm.js",
"browser": "dist/binder.js",
"scripts": {
"dev": "rollup -c -w",
"prebuild": "rimraf dist",
"build": "rollup -c",
"lint": "eslint . --max-warnings=0 --fix",
"prepare": "husky install"
},
"lint-staged": {
"src/**/*.js": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedbernardo/zeev-binder.git"
},
"keywords": [
"zeev",
"orquestra",
"bpm",
"bpms",
"bind",
"form"
],
"author": "Pedro Bernardo <pedrovbernardo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pedbernardo/zeev-binder/issues"
},
"homepage": "https://github.com/pedbernardo/zeev-binder#readme",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@types/jest": "^27.4.0",
"babel-jest": "^27.4.6",
"eslint": "7.12.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"husky": "^7.0.4",
"jest": "^27.4.7",
"lint-staged": "^12.1.7",
"rimraf": "^3.0.2",
"rollup": "^2.64.0"
}
}