-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 914 Bytes
/
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
{
"name": "bee",
"version": "0.0.0",
"description": "Migration and seed tool",
"private": true,
"main": "index.js",
"scripts": {},
"bin": "",
"repository": {
"type": "git",
"url": "git+https://github.com/xarples/bee.git"
},
"keywords": [
"migrations",
"seed",
"tool"
],
"author": "xarples",
"license": "MIT",
"bugs": {
"url": "https://github.com/xarples/bee/issues"
},
"homepage": "https://github.com/xarples/bee#readme",
"dependencies": {
"@types/express": "^4.17.6",
"handlebars": "^4.7.6"
},
"devDependencies": {
"@rollup/plugin-typescript": "^4.1.1",
"@types/graphql": "^14.5.0",
"@types/ncp": "^2.0.3",
"@types/node": "^13.13.2",
"@types/umzug": "^2.2.3",
"@types/yargs": "^15.0.4",
"nodemon": "^2.0.3",
"prettier": "2.0.5",
"rollup": "^2.7.2",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
}
}