-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 KB
/
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
36
37
38
39
40
41
{
"$schema": "http://json.schemastore.org/package",
"name": "mjolnir",
"description": "",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@mjolnir/babel-preset": "link:packages/babel-preset",
"@mjolnir/eslint-config": "link:packages/eslint-config",
"@mjolnir/prettier-config": "link:packages/prettier-config",
"cross-env": "^5.2.0",
"eslint": "^6.1.0",
"husky": "^3.0.4",
"lerna": "^3.15.0",
"lint-staged": "^9.2.4",
"prettier": "^1.17.1",
"typescript": "^3.5.3"
},
"scripts": {
"changelog": "lerna-changelog",
"build": "lerna run build",
"publish": "lerna publish",
"lint": "eslint --ext .js ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjolnirjs/mjolnir.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mjolnirjs/mjolnir"
},
"homepage": "https://github.com/mjolnirjs/mjolnir#readme"
}