25 lines
577 B
JSON
25 lines
577 B
JSON
{
|
|
"name": "yearbook",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/stevekinney/testing-javascript.git"
|
|
},
|
|
"author": "Steve Kinney <hello@stevekinney.net>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/stevekinney/testing-javascript/issues"
|
|
},
|
|
"homepage": "https://github.com/stevekinney/testing-javascript#readme",
|
|
"devDependencies": {
|
|
"@vitest/ui": "^2.1.1",
|
|
"vite": "^5.4.5",
|
|
"vitest": "^2.1.1"
|
|
}
|
|
}
|