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.
46 lines
1.6 KiB
46 lines
1.6 KiB
{
|
|
"name": "neutrino-dev",
|
|
"version": "5.0.1",
|
|
"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": {
|
|
"lint": "eslint packages/*/*.js packages/*/src/**/*.js packages/neutrino/bin/*",
|
|
"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": "oao clean",
|
|
"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",
|
|
"reset-versions": "oao reset-all-versions",
|
|
"test": "ava packages/*/test"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.18.2",
|
|
"babel-eslint": "^7.2.1",
|
|
"changelog": "^1.0.7",
|
|
"eslint": "^3.18.0",
|
|
"eslint-config-airbnb-base": "^11.1.1",
|
|
"eslint-plugin-babel": "^4.1.1",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-prettier": "^2.0.1",
|
|
"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.2.0",
|
|
"oao": "^0.8.0",
|
|
"prettier": "^0.22.0",
|
|
"webpack": "^2.3.1"
|
|
}
|
|
}
|
|
|