-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.38 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
{
"name": "todone",
"version": "0.0.1",
"description": "Awesome KANBAN extension for kintone.",
"dependencies": {},
"devDependencies": {
"@types/chrome": "0.0.86",
"@types/jest": "^24.0.14",
"@typescript-eslint/eslint-plugin": "^1.10.2",
"@typescript-eslint/parser": "^1.10.2",
"eslint": "^5.16.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^24.8.0",
"jszip": "^3.2.1",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.1",
"typescript": "^3.4.5",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
},
"scripts": {
"dev": "webpack --mode development -w --debug --devtool inline-source-map",
"build": "NODE_ENV=production webpack --mode production --progress --display-error-details",
"package": "npm run build && script/package",
"eslint": "./node_modules/.bin/eslint ./src/js/**/*.ts",
"eslint:fix": "./node_modules/.bin/eslint --fix ./src/js/**/*.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+http://github.com/ofuton/todone.git"
},
"keywords": [
"extension",
"kintone",
"KANBAN"
],
"author": "emiksk <emiksk0910@gmail.com> (https://github.com/emiksk/)",
"license": "MIT"
}