UNPKG

669 BJSONView Raw
1{
2 "name": "postmen-ts",
3 "version": "0.0.9",
4 "description": "Typescript Postmen Wrapper",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "files": [
8 "/dist"
9 ],
10 "scripts": {
11 "build-ts": "tsc",
12 "watch-ts": "tsc -w",
13 "test": "echo \"Error: no test specified\" && exit 1"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/austinkloske22/postmen.git"
18 },
19 "keywords": [],
20 "author": "",
21 "license": "ISC",
22 "bugs": {
23 "url": "https://github.com/austinkloske22/postmen/issues"
24 },
25 "homepage": "https://github.com/austinkloske22/postmen#readme",
26 "devDependencies": {
27 "typescript": "^4.5.4"
28 }
29}