Files
meteor/v3-docs/v3-migration-docs/package.json
2024-11-18 08:37:04 -03:00

28 lines
850 B
JSON

{
"name": "guide-3.0",
"version": "1.0.0",
"description": "Meteor 3.0 guide",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generators:versions": "node ./versions-generator.js",
"docs:dev": "npm run generators:versions && vitepress dev",
"docs:build": "npm run generators:versions && vitepress build",
"docs:preview": "npm run generators:versions && vitepress preview",
"deploy:preview": "npm run docs:build && npm run docs:preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meteor/meteor.git"
},
"author": "Vitor S. Almeida",
"license": "ISC",
"bugs": {
"url": "https://github.com/meteor/meteor/issues"
},
"homepage": "https://github.com/meteor/meteor#readme",
"devDependencies": {
"vitepress": "1.0.0-rc.31"
}
}