Files
meteor/v3-docs/v3-migration-docs/package.json
denihs 342f011065 - add limitations section
- update "Can I still use Meteor.call?" section
2024-06-26 13:55:34 -04:00

27 lines
698 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",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "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"
}
}