-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.44 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
60
{
"name": "@fbi-js/factory-node",
"version": "2.3.2",
"description": "factory for node.js application development",
"main": "lib/index.js",
"files": [
"lib",
"templates"
],
"scripts": {
"dev": "fbi w",
"build": "npm run clean && fbi b",
"clean": "rimraf lib"
},
"keywords": [],
"author": "fbi",
"dependencies": {
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"ejs": "^3.1.5",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard-with-typescript": "^19.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"fbi": "4.7.0",
"lerna": "3.22.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@fbi-js/factory-factory": "^1.2.2",
"@fbi-js/tsconfig": "^1.2.2",
"@types/ejs": "^3.0.5"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fbi-js/factory-node.git"
},
"homepage": "https://github.com/fbi-js/factory-node",
"bugs": {
"url": "https://github.com/fbi-js/factory-node/issues"
},
"fbi": {
"factory": {
"id": "@fbi-js/factory-factory",
"version": "1.0",
"template": "factory",
"features": {
"typescript": true
}
}
}
}