Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lskit

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lskit - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist-cjs/config.cjs

49

package.json
{
"name": "lskit",
"version": "0.0.0",
"description": "This package will help you to get all the files that are inside a dir.",
"main": "./dist/mjs/index.js",
"types": "./dist/mjs/index.d.js",
"version": "0.0.1",
"devDependencies": {
"npm-ez": "^2.0.6",
"typescript": "^5.1.3"
},
"scripts": {
"dev": "npm-ez dev",
"build": "npm-ez build"
},
"main": "./dist-cjs/index.cjs",
"module": "./dist-mjs/index.mjs",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/mjs/index.js"
"require": "./dist-cjs/index.cjs",
"import": "./dist-mjs/index.mjs",
"types": "./dist-mjs/index.mts"
}
},
"scripts": {
"cjs": "nodemon test/index.cjs",
"mjs": "nodemon test/index.mjs",
"dev": "node dist.js && tsc -p tsconfig-cjs.json -w",
"build": "node build.js",
"update": "node update.js"
},
"dependencies": {},
"devDependencies": {
"@types/node": "latest",
"typescript": "latest",
"all-files-in-tree": "^1.1.2"
},
"type": "module",
"license": "ISC",
"author": "https://github.com/NazmusSayad",
"repository": {
"type": "git",
"url": "git+https://github.com/NazmusSayad/node-ls-files.git"
},
"bugs": {
"url": "https://github.com/NazmusSayad/node-ls-files/issues"
},
"homepage": "https://github.com/NazmusSayad/node-ls-files#readme"
}
"dependencies": {
"@types/node": "^20.3.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc