-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 948 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 948 Bytes
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": "avanti-core",
"version": "0.7.6",
"description": "",
"dependencies": {
"axios": "^0.25.0",
"bluebird": "^3.5.5",
"dotenv": "^11.0.0",
"globby": "^9.2.0",
"handlebars": "~4.1.2",
"iconv": "^3.0.1",
"ini": "^1.3.8",
"knex": "^0.16.5",
"mkdirp-promise": "^5.0.1",
"semver": "^5.6.0",
"sqlite3": "^5.0.2",
"tldts": "^5.7.60"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.8",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-register": "^6.26.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0"
},
"scripts": {
"prepare": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IONlu/avanti-core.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/IONlu/avanti-core/issues"
},
"homepage": "https://github.com/IONlu/avanti-core#readme"
}