@isense-development/test-npm 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +27 -25
package/package.json
CHANGED
@@ -1,27 +1,29 @@
|
|
1
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
|
-
|
2
|
+
"name": "@isense-development/test-npm",
|
3
|
+
"version": "2.0.3",
|
4
|
+
"description": "test npm",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"install": "echo Install",
|
8
|
+
"preinstall": "echo Preinstall",
|
9
|
+
"start": "node index.js",
|
10
|
+
"patch-release": "npm version patch && npm publish --access=public",
|
11
|
+
"minor-release": "npm version minor && npm publish --access=public",
|
12
|
+
"major-release": "npm version major && npm publish --access=public",
|
13
|
+
"patch-release-git": "npm version patch && npm publish --access=public && git push --follow-tags"
|
14
|
+
},
|
15
|
+
"dependencies": {
|
16
|
+
"axios": "^0.24.0"
|
17
|
+
},
|
18
|
+
"devDependencies": {
|
19
|
+
"@progress/kendo-datasource-vue-wrapper": "^2021.3.1109",
|
20
|
+
"@progress/kendo-dropdowns-vue-wrapper": "^2021.3.1109",
|
21
|
+
"@progress/kendo-grid-vue-wrapper": "^2021.3.1109",
|
22
|
+
"@progress/kendo-licensing": "^1.2.1",
|
23
|
+
"@progress/kendo-theme-material": "^4.43.0",
|
24
|
+
"@progress/kendo-ui": "^2021.3.1109",
|
25
|
+
"jszip": "^3.5.0"
|
26
|
+
},
|
27
|
+
"author": "Jan Hemelaers",
|
28
|
+
"license": "ISC"
|
27
29
|
}
|