You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.2 KiB
34 lines
1.2 KiB
{
|
|
"name": "neutrino-dev",
|
|
"version": "4.2.0",
|
|
"private": true,
|
|
"author": "Eli Perelman <eli@eliperelman.com>",
|
|
"license": "MPL-2.0",
|
|
"homepage": "https://neutrino.js.org",
|
|
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
|
|
"repository": "mozilla-neutrino/neutrino-dev",
|
|
"scripts": {
|
|
"bootstrap": "oao bootstrap",
|
|
"changelog": "changelog mozilla-neutrino/neutrino-dev all --markdown > CHANGELOG.md",
|
|
"deps:add": "oao add",
|
|
"deps:remove": "oao remove",
|
|
"deps:upgrade": "oao upgrade",
|
|
"deps:clean": "rm -rf packages/**/node_modules",
|
|
"docs:build": "gitbook build && cp CNAME _book",
|
|
"docs:deploy": "yarn docs:build && gh-pages --dist _book --remote upstream",
|
|
"docs:serve": "gitbook serve",
|
|
"release": "yarn release:pre && oao publish",
|
|
"release:pre": "oao prepublish"
|
|
},
|
|
"devDependencies": {
|
|
"changelog": "^1.0.7",
|
|
"gh-pages": "^0.12.0",
|
|
"gitbook-cli": "^2.3.0",
|
|
"gitbook-plugin-anchorjs": "^1.1.1",
|
|
"gitbook-plugin-edit-link": "^2.0.2",
|
|
"gitbook-plugin-github": "^2.0.0",
|
|
"gitbook-plugin-npmsearchlist": "^1.0.0",
|
|
"gitbook-plugin-prism": "^2.1.0",
|
|
"oao": "^0.5.7"
|
|
}
|
|
}
|
|
|