-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 932 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
{
"name": "@0k/browser-request",
"version": "%%version%%",
"description": "Browser request implementation",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"prepare": "tsc",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Valentin LAB",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:Lokavaluto/node-request.git"
},
"devDependencies": {
"@0k/prettier": "^0.2.1",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"typedoc": "^0.23.26",
"typescript": "^4.9.5"
},
"dependencies": {
"@0k/types-request": "^1.0.0"
}
}