-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 872 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
42
{
"name": "fast-json-bigint",
"version": "1.0.5",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"json-bigint": "^1.0.0"
},
"scripts": {
"test": "jest example/*.ts",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gaollard/fast-json-bigint.git"
},
"devDependencies": {
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^27.0.3",
"typescript": "^4.4.4",
"node-gyp": "^10.1.0",
"jest": "^27.4.4",
"ts-node": "^10.9.1",
"tslib": "^2.3.1",
"husky": "^8.0.0"
},
"author": {
"name": "xiong.gao",
"email": "gaollard@gmail.com",
"url": "github.com/gaollard"
},
"files": [
"index.d.ts",
"lib",
"src",
"example",
"binding.gyp",
"package.json",
"README.md"
]
}