-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1006 Bytes
/
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
{
"name": "@ionited/mask-vue",
"version": "0.1.27",
"description": "Create your masks for Vue easily",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionited/mask-vue.git"
},
"keywords": [
"Mask",
"Core",
"Vue",
"Ionic",
"Ionic Vue"
],
"author": "Ion",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionited/mask-vue/issues"
},
"homepage": "https://github.com/ionited/mask-vue#readme",
"dependencies": {
"@ionited/mask": "^0.6.1",
"vue": "^3.3.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"rollup": "^2.79.1",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.2.2"
},
"files": [
"dist/**/*"
]
}