-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1 KB
/
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
39
40
41
42
43
44
{
"name": "pri-plugin-request",
"version": "1.0.1",
"description": "",
"main": "dist/main",
"scripts": {
"test": "pri test",
"prepublishOnly": "npm run build",
"start": "pri dev",
"docs": "pri docs",
"build": "pri build",
"bundle": "pri bundle",
"preview": "pri preview",
"analyse": "pri analyse",
"format": "pri lint",
"publish": "pri publish",
"lint": "pri lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prijs/pri-plugin-request.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prijs/pri-plugin-request/issues"
},
"homepage": "https://github.com/prijs/pri-plugin-request#readme",
"dependencies": {
"@babel/runtime": "^7.0.0",
"pri-request": "^1.0.0"
},
"devDependencies": {
"pri": "^3.0.8"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "npm test -- --package root"
}
},
"module": "dist/module",
"types": "declaration/index.d.ts"
}