generated from bitmodo/node-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.66 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
61
62
{
"name": "@bitform/api",
"description": "The API behind Bitform",
"version": "0.1.0",
"main": "dist/index.js",
"files": [
"dist/**/*"
],
"directories": {
"lib": "lib",
"doc": "doc",
"example": "examples",
"test": "test"
},
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"lint": "gulp lint",
"test": "gulp test"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/gulp": "^4.0.6",
"@types/gulp-if": "0.0.33",
"@types/gulp-mocha": "0.0.32",
"@types/gulp-sourcemaps": "0.0.32",
"@types/minimist": "^1.2.0",
"@types/mocha": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-mocha": "^7.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^6.0.0-alpha.1",
"minimist": "^1.2.5",
"mocha": "^7.1.1",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
},
"peerDependencies": {},
"bundledDependencies": [],
"optionalDependencies": {},
"engines": {
"node": ">=10.19.0"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/bitmodo/bitform-api.git"
},
"author": "Bitmodo",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitmodo/bitform-api/issues"
},
"homepage": "https://github.com/bitmodo/bitform-api#readme"
}