-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 910 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
{
"name": "polish-api-vue",
"version": "1.0.0",
"description": "Vue components for visualization and editing Polish API Models",
"main": "target",
"types": "src",
"scripts": {
"test": "nyc mocha test/**/*.{ts,tsx}",
"build": "rm -rf target && tsc",
"format": "tslint 'src/**/*.ts' --fix",
"lint": "tslint 'src/**/*.ts'",
"install": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:tuatarapl/polish-api-vue.git"
},
"keywords": [
"vue",
"typescript",
"polish-api",
"psd2"
],
"author": "Grzegorz Abramczyk <grzegorz.abramczyk@tuatara.pl>",
"license": "MIT",
"homepage": "https://github.com/tuatarapl/polish-api-vue#readme",
"devDependencies": {
"@types/vue": "^2.0.0",
"ts-node": "^8.9.1",
"tslint": "^6.1.2",
"typescript": "^3.8.3"
},
"peerDependencies": {
"vue": "^2.5.17"
}
}