https://github.com/pravnyadv/unpackage
Convert package-lock.json to package.json
https://github.com/pravnyadv/unpackage
convert package-json package-lock-json unpackage
Last synced: about 1 month ago
JSON representation
Convert package-lock.json to package.json
- Host: GitHub
- URL: https://github.com/pravnyadv/unpackage
- Owner: pravnyadv
- Created: 2019-05-06T13:44:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T16:16:40.000Z (about 2 years ago)
- Last Synced: 2024-04-26T17:34:01.389Z (about 2 years ago)
- Topics: convert, package-json, package-lock-json, unpackage
- Language: JavaScript
- Homepage: https://pravnyadv.github.io/unpackage/
- Size: 403 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convert package-lock.json to package.json
## Why?
I didn't do npm init when working on a project because i wasn't sure this will go to prod and later when i needed to push that project to prod i tried looking for tools that convert package-lock.json to package.json( I found some scripts but they included sub dependencies and i wanted clean package.json ) so made this
## Todo
* Allow package name and versions to pick from provided json
* Allow dev dependencies