-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 KB
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
{
"name": "ginkgoch-buffer-io",
"version": "1.1.3",
"main": "dist/bundle.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/ginkgoch/node-buffer-io",
"scripts": {
"test": "jest",
"build": "rm -rf dist && ./node_modules/.bin/webpack",
"clean": "rm -rf built && rm -rf dist"
},
"author": {
"name": "Ginkgoch",
"email": "ginkgoch@outlook.com",
"url": "https://github.com/ginkgoch/node-buffer-io"
},
"keywords": [
"ginkgoch",
"buffer-reader",
"bufferreader",
"node-buffer-reader",
"buffer-writer",
"bufferwriter",
"node-buffer-writer"
],
"license": "MIT",
"description": "This is a library to help to easily read and write Buffer instance.",
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^12.6.8",
"jest": "^24.8.0",
"jest-cli": "^24.8.0",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"repository": {
"url": "https://github.com/ginkgoch/node-buffer-io.git",
"type": "git"
}
}