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.
|
|
|
{
|
|
|
|
"name": "neutrino-dev",
|
|
|
|
"version": "4.0.0",
|
|
|
|
"private": true,
|
|
|
|
"keywords": [
|
|
|
|
"neutrino"
|
|
|
|
],
|
|
|
|
"author": "Eli Perelman <eli@eliperelman.com>",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"postinstall": "autolink bootstrap",
|
|
|
|
"clean-all": "autolink clean",
|
|
|
|
"link-all": "autolink link",
|
|
|
|
"bump:major": ".scripts/version-all major",
|
|
|
|
"bump:minor": ".scripts/version-all minor",
|
|
|
|
"bump:patch": ".scripts/version-all patch",
|
|
|
|
"publish-all": ".scripts/publish-all"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"semver": "^5.3.0",
|
|
|
|
"yarn-autolink": "^1.1.0"
|
|
|
|
}
|
|
|
|
}
|