-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.69 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "sora-kagami",
"group": "riotz",
"version": "1.0.0",
"private": true,
"scripts": {
"clean": "rimraf .serverless deploy/.webpack",
"setup": "yarn install --ignore-optional",
"dev": "serverless offline start",
"build": "serverless package",
"lint": "eslint . --ext .js,.ts --ignore-path .gitignore",
"lint:fix": "yarn lint --fix",
"deploy": "serverless deploy",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"chartjs-node-canvas": "^3.0.6",
"dayjs": "^1.10.3",
"hex-rgba": "^1.0.2",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.4.0",
"ulid": "^2.3.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.70",
"@types/chart.js": "^2.9.29",
"@types/hex-rgba": "^1.0.0",
"@types/node": "^14.14.20",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"all-contributors-cli": "^6.19.0",
"eslint": "^7.17.0",
"rimraf": "^3.0.2",
"serverless": "^2.18.0",
"serverless-offline": "^6.8.0",
"serverless-webpack": "^5.3.5",
"source-map-support": "^0.5.19",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.13.0",
"webpack-node-externals": "^2.5.2"
},
"engines": {
"node": ">=12.x"
},
"homepage": "https://github.com/riotz-works/sora-kagami#readme",
"repository": {
"type": "git",
"url": "https://github.com/riotz-works/sora-kagami.git"
},
"bugs": {
"url": "https://github.com/riotz-works/sora-kagami/issues"
},
"author": "Riotz.works (https://riotz.works)",
"license": "MIT"
}