-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 891 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
{
"name": "json-extend-reader",
"version": "1.0.1-beta4",
"description": "Can be a keyword extend to inherit other json",
"main": "lib/index.js",
"types": "index.d.ts",
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"test": "jest"
},
"files": [
"lib/*js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/BENcorry/json-extend-reader.git"
},
"bugs": {
"url": "https://github.com/BENcorry/json-extend-reader/issues"
},
"keywords": [
"json",
"extend",
"json extend"
],
"author": "Corry Wen",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.5.0",
"@types/node": "^17.0.31",
"babel-jest": "^28.1.0",
"jest": "^28.1.0",
"ts-jest": "^28.0.1"
}
}