-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
45
46
47
48
{
"name": "@logotip4ik_/nuxt-cloudflare-headers",
"version": "1.3.3",
"license": "MIT",
"type": "module",
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist",
"*.d.ts"
],
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "bumpp",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/logotip4ik/nuxt-cloudflare-headers"
},
"dependencies": {
"@logotip4ik_/defaults-deep": "^0.1.3",
"@nuxt/kit": "^3.0.0-rc.4"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxtjs/eslint-config-typescript": "latest",
"@types/jest": "^28.1.4",
"bumpp": "^8.2.1",
"eslint": "latest",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.2",
"nuxt": "^3.0.0-rc.4",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5"
}
}