fyn
Version:
fyn is the NPM for fynpo -- a zero setup monorepo tool
84 lines (83 loc) • 1.89 kB
JSON
{
"name": "fyn",
"version": "1.1.46",
"description": "fyn is the NPM for fynpo -- a zero setup monorepo tool",
"main": "./bin/fyn.js",
"homepage": "https://jchip.github.io/fynpo/",
"license": "Apache-2.0",
"scripts": {
"test": "xrun xarc/test-only",
"debug-test": "node --inspect-brk node_modules/.bin/mocha --extension ts,js,tsx,jsx,cjs,mjs -c test/spec",
"lint": "xrun xarc/lint",
"compile-yarn": "babel yarn/src --out-dir yarn/lib",
"build": "xrun --serial .setup-gyp fyn/create-tgz compile-yarn bundle",
"analyze": "ANALYZE_BUNDLE=1 xrun compile-yarn bundle",
"coverage": "xrun xarc/check",
"ci:check": "xrun xarc/check",
"coveralls": "cat coverage/lcov.info | coveralls",
"prepublishOnly": "xrun build",
"postpack": "publish-util-postpack",
"blah": "exit 5"
},
"bin": {
"0-npx-please-run-this-for-fyn": "./bin/fyn.js",
"fyn": "./bin/fyn.js",
"fun": "./bin/fun.js"
},
"author": "Walmart GTP.js Team and Contributors",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.com/"
},
"files": [
"bin",
"dist",
"gyp",
"src",
"node-gyp-bin",
"addon.gypi"
],
"keywords": [
"node",
"node_modules",
"module",
"modules",
"fast",
"package",
"manager",
"enhanced",
"local",
"better",
"improve",
"npm",
"link",
"development",
"workflow",
"productivity",
"efficient",
"disk",
"space",
"usage",
"monorepo",
"mono-repo",
"workspaces"
],
"repository": {
"type": "git",
"url": "https://github.com/jchip/fynpo.git",
"directory": "packages/fyn"
},
"contributors": [
"Joel Chen",
"Dat Vong",
"Divya Karippath"
],
"engines": {
"node": ">=8"
},
"opfs": {
"mkdirp": true,
"rimraf": true,
"bluebird": true
}
}