forked from PaulNieuwelaar/alertjs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.8 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.8 KB
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
55
56
57
58
59
60
{
"version": "1.0.12",
"config": {
"tag": "latest"
},
"scripts": {
"build": "npm run check && npm run lint && npm run build:core",
"watch": "rollup -c -w",
"check": "tsc",
"lint": "eslint src --ext .ts",
"build:core": "rollup -c"
},
"name": "xrm-alerts",
"description": "Custom alerts and popup windows for Dynamics 365/CRM",
"keywords": [
"CRM",
"XRM",
"Dynamics CRM",
"Dynamics 365",
"D365",
"Alerts"
],
"homepage": "https://github.com/zhaparoff/xrm-alerts",
"bugs": "https://github.com/zhaparoff/xrm-alerts/issues",
"repository": "github:zhaparoff/xrm-alerts",
"license": "CDDL-1.0",
"author": "Anton Zhaparov",
"main": "dist/alert.cjs.js",
"module": "dist/alert.esm.js",
"types": "dist/alert.d.ts",
"peerDependencies": {
"jquery": "*"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@types/jquery": "3.5.3",
"@types/xrm": "9.0.30",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"@wessberg/rollup-plugin-ts": "1.3.5",
"autoprefixer": "9.8.6",
"core-js": "3.6.5",
"cssnano": "4.1.10",
"eslint": "7.11.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.6.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"jquery": "3.5.1",
"postcss-url": "8.0.0",
"rollup": "2.32.0",
"rollup-cli": "1.0.9",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-postcss": "3.1.8",
"typescript": "4.0.3"
}
}