-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 934 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
{
"name": "@titou10/v-money",
"description": "v-money directive for vue.js that exposes the unmasked value",
"version": "1.2.0",
"author": "Denis Forveille <[email protected]>",
"license": "MIT",
"keywords": [
"vue",
"directive",
"currency",
"v-money"
],
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"lint": "tslint --project \"./tsconfig.json\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/titou10titou10/v-money.git"
},
"bugs": {
"url": "https://github.com/titou10titou10/v-money/issues"
},
"homepage": "https://github.com/titou10titou10/v-money#readme",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.7",
"tslint": "^6.1.3",
"typescript": "^5.3.3",
"vue": "^3.3.4"
}
}