Files
bun.sh/test/cli/install/migration/contoso-test/package.json
dave caruso 1bf28e0d77 feat(install): automatically migrate package-lock.json to bun.lockb (#6352)
* work so far

* stuff

* a

* basics work

* stuff

* yoo

* build lockfile

* correct

* f

* a

* install fixture havent tested

* i made it worse

* lol

* be more reasonable

* make the test easier to pass because bun install doesn't handle obscure lockfile edge cases :/

* a

* works now

* ok

* a

* a

* cool

* nah

* fix stuff

* l

* a

* idfk

* LAME

* prettier errors

* does this fix tests?

* Add more safety checks to Integrity

* Add another check

* More careful lifetime handling

* Fix linux debugger issue

* a

* tmp dir and snapshot test

---------

Co-authored-by: Jarred SUmner <jarred@jarredsumner.com>
2023-10-11 02:27:07 -07:00

18 lines
381 B
JSON

{
"name": "contoso-real-estate",
"version": "1.0.0",
"description": "https://github.com/Azure-Samples/contoso-real-estate",
"private": true,
"author": "Microsoft",
"license": "MIT",
"workspaces": [
"packages/*"
],
"devDependencies": {
"concurrently": "^7.6.0",
"git-commit-msg-linter": "^4.2.1",
"prettier": "^2.7.1",
"rimraf": "^4.3.1"
}
}