-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 911 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "perry",
"version": "0.1.0",
"description": "Painless and agnostic front-end bug reporting.",
"main": "index.js",
"private": true,
"workspaces": [
"./packages/*"
],
"scripts": {
"bootstrap": "lerna bootstrap",
"test": "lerna run test",
"lint": "lerna run --parallel lint",
"lint:fix": "lerna run --parallel lint:fix",
"build": "lerna run build",
"clean": "lerna clean",
"link": "lerna link",
"lerna": "lerna"
},
"keywords": [],
"contributors": [
"Armando Magalhaes <armando.mag95@gmail.com> (https://armand1m.github.io)",
"Guilherme Lima <guilhermelimak@gmail.com> (https://github.com/guilhermelimak)",
"Vitor Margis <vitor.margis@gmail.com> (https://github.com/vitormargis)",
"Jean Baudin <baudin.jean@gmail.com> (https://github.com/jackTheRipper)"
],
"license": "MIT",
"devDependencies": {
"lerna": "^3.13.1"
}
}