-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.14 KB
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": "filegen",
"version": "1.5.0",
"description": "Generate a static file index for some files.",
"main": "dist/app.js",
"module": "dist/app.es.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"vue": "^2.7.9"
},
"devDependencies": {
"postcss": ">=8.4.16",
"rollup": "^2.21.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^5.1.9",
"vue-template-compiler": "^2.7.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run dirs && rollup -c",
"dirs": "node build-dir.js",
"dev": "npm run dirs && rollup -cw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crazazy/filegen.git"
},
"keywords": [],
"author": "Erik Oosting",
"contributors": [
{
"name": "Wouter van den Brink",
"email": "git@woutervdb.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/crazazy/filegen/issues"
},
"homepage": "https://github.com/crazazy/filegen#readme"
}