File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @typhonjs-utils/file-util" ,
33 "description" : " Provides several utility functions for working with the file system including a TyphonJS plugin." ,
4- "version" : " 0.0.11 " ,
4+ "version" : " 0.1.0 " ,
55 "author" : " Michael Leahy <support@typhonjs.io> (https://github.com/typhonrt)" ,
66 "type" : " module" ,
77 "exports" : {
4747 " utils" ,
4848 " file"
4949 ],
50+ "typedocOptions" : {
51+ "dmtLinksService" : {
52+ "Discord" : " https://typhonjs.io/discord/" ,
53+ "GitHub" : " https://github.com/typhonjs-node-utils/file-util" ,
54+ "NPM" : " https://www.npmjs.com/package/@typhonjs-utils/file-util"
55+ }
56+ },
5057 "license" : " MPL-2.0" ,
51- "bugs" : " https://github.com/typhonjs-node-utils/file-util/issues" ,
5258 "repository" : " github:typhonjs-node-utils/file-util" ,
59+ "bugs" : " https://github.com/typhonjs-node-utils/file-util/issues" ,
60+ "apidocs" : " https://typhonjs-node-utils.github.io/file-util/" ,
5361 "scripts" : {
5462 "eslint" : " eslint ." ,
63+ "docs" : " typedoc-pkg --api-link esm" ,
5564 "prepublishOnly" : " npm run eslint && npm run types && npm run test-node && npm run test-browser" ,
5665 "pretest-browser" : " rollup --config rollup.config.browser-test.js" ,
5766 "posttest-browser" : " nyc report --exclude-after-remap=true --reporter=lcov --reporter=text-summary --report-dir=coverage-browser" ,
You can’t perform that action at this time.
0 commit comments