mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "unleash-project",
|
|
"description": "unleash your features",
|
|
"version": "1.0.0-alpha.2",
|
|
"keywords": [
|
|
"unleash",
|
|
"feature toggle",
|
|
"feature",
|
|
"toggle"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com:finn-no/unleash.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/finn-no/unleash/issues"
|
|
},
|
|
"engines": {
|
|
"node": "6"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"bootstrap": "lerna bootstrap",
|
|
"prepublish": "npm run bootstrap",
|
|
"lint": "eslint . --ext=js,jsx",
|
|
"test": "npm run lint && lerna --concurrency=1 exec npm run test",
|
|
"test:ci": "npm run lint && lerna --concurrency=1 exec npm run test:ci",
|
|
"nsp": "lerna exec nsp check",
|
|
"start": "lerna --scope=unleash-server exec npm start",
|
|
"publish": "lerna publish",
|
|
"publish:dry": "lerna publish --skip-git --skip-npm",
|
|
"db-migrate": "lerna --scope=unleash-api exec npm run db-migrate",
|
|
"heroku-postbuild": "npm run bootstrap && lerna --scope=unleash-frontend exec npm run build"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.0.0",
|
|
"eslint": "^3.9.1",
|
|
"eslint-config-finn": "1.0.0-beta.1",
|
|
"eslint-config-finn-react": "^1.0.0-alpha.2",
|
|
"eslint-plugin-react": "^6.4.1",
|
|
"lerna": "2.0.0-beta.30",
|
|
"nsp": "^2.6.2"
|
|
}
|
|
}
|