-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathpackage.json
35 lines (35 loc) · 926 Bytes
/
package.json
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
32
33
34
35
{
"name": "@phase2/particle",
"version": "11.0.0",
"description": "Particle is an open source tool to scaffold and manage your UI component and integrations.",
"author": {
"name": "Phase2 Technology",
"url": "https://github.com/phase2/"
},
"private": true,
"keywords:": [
"Storybook",
"Pattern Lab",
"Drupal"
],
"homepage": "https://github.com/phase2/particle#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/phase2/particle.git"
},
"bugs": {
"url": "https://github.com/phase2/particle/issues"
},
"license": "GPL-2.0",
"scripts": {
"lerna:bootstrap": "lerna bootstrap",
"postinstall": "npm run lerna:bootstrap",
"test": "echo \"Error: no test specified\" && exit 1",
"pretty-check": "prettier --check packages/**/*.js"
},
"devDependencies": {
"eslint": "^6.8.0",
"lerna": "^3.22.1",
"prettier": "1.19.1"
}
}