-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
49 lines (49 loc) · 1.17 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
49
{
"name": "@frontity/now",
"version": "1.2.2",
"description": "A Frontity builder for the Now hosting (Zeit)",
"repository": {
"type": "git",
"url": "https://github.com/frontity/now-builder.git"
},
"main": "./dist/index.js",
"keywords": [
"frontity",
"now",
"builder"
],
"author": "Luis Herranz",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/frontity/now-builder/issues"
},
"homepage": "https://github.com/frontity/now-builder#readme",
"files": [
"dist"
],
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"test": "tsc && jest",
"prepublishOnly": "tsc"
},
"peerDependencies": {
"@now/build-utils": "^2.7.0"
},
"dependencies": {
"@now/node-bridge": "^1.2.3"
},
"devDependencies": {
"@changesets/changelog-github": "^0.2.6",
"@changesets/cli": "^2.7.2",
"@now/build-utils": "^0.9.4",
"@types/glob": "7.2.0",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.14.0",
"typescript": "^4.6.4"
}
}