-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
{
"name": "anime-mal-api",
"version": "1.0.0",
"private": true,
"main": "index.js",
"repository": "git@github.com:droidxrx/anime-mal-api.git",
"author": "DroidXrX <droidxrx@gmail.com>",
"license": "MIT",
"workspaces": [
"project/nodejs"
],
"scripts": {
"build:nodejs": "cls && yarn rollup -c ./rollup/node.rollup.js",
"watch": "nodemon --config ./nodemon.json"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/eslint-parser": "7.15.0",
"@babel/plugin-proposal-private-methods": "7.14.5",
"@babel/preset-env": "7.15.0",
"@babel/preset-typescript": "7.15.0",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@rollup/plugin-typescript": "8.2.5",
"@types/cors": "2.8.12",
"@types/eslint": "7.28.0",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.12",
"@types/jsonfile": "^6.0.1",
"@types/node": "16.7.9",
"@types/superagent": "4.1.12",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"cors": "2.8.5",
"eslint": "7.32.0",
"express": "4.17.1",
"fs-extra": "10.0.0",
"helmet": "4.6.0",
"jsonfile": "^6.1.0",
"prettier": "2.3.2",
"rollup": "2.56.3",
"rollup-plugin-dts": "4.0.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-ts": "1.4.0",
"superagent": "6.1.0",
"ts-node": "10.2.1",
"typescript": "4.4.2"
}
}