-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 786 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 786 Bytes
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
{
"name": "@opennetwork/http-representation",
"version": "3.0.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"license": "MIT",
"scripts": {
"build": "tsc --declaration && node scripts/post-build.js && npm run tslint",
"watch": "tsc -w",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/es6-shim": "^0.31.39",
"@types/node": "^17.0.13",
"es6-shim": "^0.35.5",
"esm": "^3.2.22",
"filehound": "^1.17.5",
"tslint": "^6.1.3",
"typescript": "^4.5.5"
},
"repository": {
"type": "git",
"url": "https://github.com/opennetwork/http-representation.git"
}
}