HETICvsEEMI/package.json

30 lines
832 B
JSON

{
"name": "HETICvsEEMI",
"version": "1.0.0",
"description": "Plus Eemien ou Héticien ? Le jeu qui ne fait pas rire les élèves.",
"main": "index.js",
"scripts": {
"bootstrap": "lerna bootstrap",
"server:install": "cd server && npm i",
"client:install": "cd client && npm i",
"client:build": "cd client && npm build",
"client:lint": "cd client && npm run lint",
"client:test": "cd client && npm test",
"test": "npm run client:test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sundowndev/HETICvsEEMI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sundowndev/HETICvsEEMI/issues"
},
"homepage": "https://github.com/sundowndev/HETICvsEEMI#readme",
"devDependencies": {
"lerna": "^3.16.4"
}
}