-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1008 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
{
"name": "dastyle",
"version": "0.0.31",
"private": true,
"description": "drafting the style of the universe",
"scripts": {
"bootstrap": "lerna bootstrap",
"docs": "lerna exec --scope ds-core -- npm run build && lerna exec --scope dastyle-docs -- npm start",
"deploy": "lerna exec --scope ds-core -- npm run build && cp packages/ds-core/build/static/js/main.js index.js && git commit -am 'bump version' && npm version patch && git push origin master && git push --tags"
},
"engines": {
"node": ">= 6.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaPulse/dastyle.git"
},
"author": "dapulse Labs Ltd.",
"bugs": {
"url": "https://github.com/DaPulse/dastyle/issues"
},
"homepage": "https://github.com/DaPulse/dastyle#readme",
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0"
}
}