-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 897 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
{
"name": "checked-inject",
"version": "0.1.18",
"description": "",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "npm run build && jest",
"doc": "typedoc",
"lint": "eslint .",
"prepare": "npm run lint && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youngspe/checked-inject.git"
},
"author": "spencerwyoung@outlook.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/youngspe/checked-inject/issues"
},
"homepage": "https://github.com/youngspe/checked-inject#readme",
"devDependencies": {
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typedoc": "^0.24.8",
"typescript": "^5.1.3"
}
}