-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 936 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
{
"name": "@mehra/ts",
"version": "5.2.0",
"description": "Typescript extensions and utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"test": "npm run test:types && npm run test:js && npm run docs",
"test:types": "cd tests && tsc && cd ..",
"pretest:js": "npm run build",
"test:js": "jest",
"docs": "tdx ./src/index.ts"
},
"devDependencies": {
"jest": "^27.0.1",
"typedoc": "^0.20.29",
"typedoc-plugin-custom-tags": "github:pihart/typedoc-plugin-custom-tags#pihart-dist-v1.1.0",
"typedoc-wrapper": "^6.0.0",
"typescript": "^4.1.3"
},
"keywords": [
"typescript",
"network",
"ajax",
"error"
],
"author": {
"name": "Avi Mehra",
"url": "https://pihart.github.io"
},
"repository": {
"type": "git",
"url": "github:pihart/ts"
},
"license": "Apache-2.0"
}