mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
28 lines
850 B
JSON
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"
|
|
}
|
|
}
|