UNPKG

929 BJSONView Raw
1{
2 "name": "fyn",
3 "version": "0.2.41",
4 "description": "A fast node package manager for better productivity and efficiency",
5 "preferGlobal": true,
6 "main": "./bin/fyn.js",
7 "bin": {
8 "fyn": "./bin/fyn.js",
9 "fun": "./bin/fun.js"
10 },
11 "files": [
12 "bin",
13 "dist"
14 ],
15 "keywords": [
16 "node",
17 "node_modules",
18 "module",
19 "modules",
20 "fast",
21 "package",
22 "manager",
23 "enhanced",
24 "local",
25 "better",
26 "improve",
27 "npm",
28 "link",
29 "development",
30 "workflow",
31 "productivity",
32 "efficient",
33 "disk",
34 "space",
35 "usage"
36 ],
37 "author": "Joel Chen <joel123@gmail.com>",
38 "license": "Apache-2.0",
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/electrode-io/fyn.git"
42 },
43 "engines": {
44 "node": ">=8"
45 },
46 "opfs": {
47 "mkdirp": true,
48 "rimraf": true,
49 "bluebird": true
50 },
51 "prettier": {
52 "printWidth": 100
53 }
54}