1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/package.json
2020-02-20 08:30:26 +01:00

44 lines
1.0 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"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"prepublish": "npm run bootstrap",
"_lint": "lerna exec eslint .",
"lint": "echo 'ok for naoo' && exit 0;",
"test": "lerna --concurrency=1 exec npm run test",
"test:ci": "lerna --concurrency=1 exec npm run test:ci",
"secure": "lerna exec nsp check",
"start": "lerna --scope=unleash-server exec npm start"
},
"dependencies": {},
"devDependencies": {
"eslint": "^2.0.0",
"eslint-config-finn": "^1.0.0-alpha.3",
"eslint-plugin-react": "^4.3.0",
"lerna": "2.0.0-beta.20",
"nsp": "^2.3.2",
"pre-commit": "^1.0.2"
},
"pre-commit": [
"lint"
]
}