-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
42
43
44
45
{
"name": "mliffx",
"version": "1.0.2",
"description": "LINE Frontend Framework in MobX store",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "npm-run-all --parallel build:lib build:def",
"build:lib": "tsc",
"build:def": "tsc --allowJs false --declaration true",
"lint": "tslint --project .",
"release": "standard-version --release-as",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/S-O-L-A-R/mliffx.git"
},
"keywords": [
"liff",
"line",
"mobx"
],
"author": "S-O-L-A-R",
"license": "MIT",
"bugs": {
"url": "https://github.com/S-O-L-A-R/mliffx/issues"
},
"homepage": "https://github.com/S-O-L-A-R/mliffx#readme",
"devDependencies": {
"husky": "^3.0.5",
"liff-type": "^1.1.1",
"lint-staged": "^9.2.5",
"mobx": "^5.13.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"standard-version": "^7.0.0",
"tslint": "^5.19.0",
"typescript": "^3.6.2",
"typescript-tslint-plugin": "^0.5.4"
},
"peerDependencies": {
"mobx": "5.x"
}
}