-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
47
48
49
50
{
"name": "vue-define",
"version": "1.3.4",
"description": "Manage environment variables & configurations in Vue application.",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir ./dist --delete-dir-on-start --minified --source-maps",
"test": "nyc mocha --require @babel/register",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linhntaim/vue-define.git"
},
"keywords": [
"vue",
"vuejs",
"vue-js",
"application",
"plugin",
"enviroment",
"variables",
"config",
"configuration",
"define",
"definition",
"manage"
],
"author": "Nguyen Tuan Linh <linhnt.aim@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/linhntaim/vue-define/issues"
},
"homepage": "https://github.com/linhntaim/vue-define#readme",
"dependencies": {
"core-js": "^3.10.0",
"dotenv-conversion": "^1.6.3",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/register": "^7.13.14",
"chai": "^4.3.4",
"coveralls": "^3.1.0",
"mocha": "^8.3.2",
"nyc": "^15.1.0"
}
}