@frontity/now
Version:
A Frontity builder for the Now hosting (Zeit)
50 lines (49 loc) • 1.2 kB
JSON
{
"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"
}
}