-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "@heusalagroup/create-backend",
"version": "1.0.11",
"description": "Create TypeScript enabled NodeJS REST projects inspired from Spring Boot",
"main": "index.js",
"bin": "./dist/create-backend.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heusalagroup/create-backend.git"
},
"tags": [
"template",
"create",
"typescript",
"backend",
"rest",
"nodejs",
"spring",
"spring-boot",
"kickstart"
],
"author": "Jaakko Heusala <jhh@heusalagroup.fi>",
"license": "MIT",
"bugs": {
"url": "https://github.com/heusalagroup/create-backend/issues"
},
"homepage": "https://github.com/heusalagroup/create-backend#readme",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1",
"@types/lodash": "^4.14.191",
"@types/node": "^18.16.13",
"execa": "^6.1.0",
"lodash": "^4.17.21",
"pkg-install": "^1.0.0",
"reflect-metadata": "^0.1.13",
"rollup": "^2.79.1",
"rollup-plugin-uglify": "github:heusalagroup/rollup-plugin-uglify",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
}
}