-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 KB
/
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
45
46
{
"name": "@ks-labs/indicative-vue",
"version": "1.0.6",
"description": "",
"author": "Victor Lessa",
"files": [
"dist/*"
],
"main": "lib/install.js",
"types": "lib/install.d.ts",
"scripts": {
"serve": "nodemon src/install.ts",
"serve:dev": "vue-cli-service serve client/main.js",
"build": "tsc",
"lint": "vue-cli-service lint",
"ci": "npm install && npm test"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ks-labs/indicative-vue.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/ksgl"
},
"keywords": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/ks-labs/indicative-vue/issues"
},
"homepage": "https://github.com/ks-labs/indicative-vue#readme",
"dependencies": {
"indicative": "^7.4.4",
"sucrase": "^3.17.1",
"typescript": "^4.2.4",
"vue": "^2.6.12"
},
"devDependencies": {
"@types/validator": "^13.1.3",
"@vue/cli-service": "^4.3.1",
"nodemon": "^2.0.7",
"vue-template-compiler": "^2.6.11"
}
}