UNPKG

astronotion

Version:

Library to make Astro sites with content from Notion

78 lines (77 loc) 2.08 kB
{ "name": "astronotion", "version": "0.0.7", "type": "module", "types": "./dist/api/index.d.ts", "exports": { "./api": "./src/api/index.ts", "./components": "./src/components/index.js" }, "files": [ "api", "components", "dist", "src", "styles" ], "scripts": { "build:types": "tsc --project tsconfig.build.json", "build": "rimraf dist && echo \"No build config specified, only building types\" && yarn run build:types", "check:format": "prettier --check .", "check:types": "tsc --noEmit", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "test": "is-ci \"test:c\" \"test:w\"", "test:c": "jest --coverage", "test:w": "jest --watch" }, "devDependencies": { "@types/eslint": "^8.4.2", "@types/jest": "^27.5.0", "@types/node": "^17.0.31", "@types/prettier": "^2.6.0", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", "astro": "^1.0.0-beta.27", "astro-embed": "^0.1.0", "astro-imagetools": "^0.6.3", "astro-xelement": "^3.2.0", "eslint": "8.14.0", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.0.0", "is-ci-cli": "^2.2.0", "jest": "^28.1.0", "prettier": "^2.6.2", "prettier-plugin-astro": "^0.0.12", "rimraf": "^3.0.2", "ts-jest": "^28.0.2", "ts-node": "^10.7.0", "typescript": "^4.6.4" }, "dependencies": { "notion-client": "^6.12.6", "notion-types": "^6.12.6" }, "peerDependencies": { "astro": "^1.0.0-beta.27", "astro-embed": "^0.1.0", "astro-imagetools": "^0.6.3", "astro-xelement": "^3.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/ekafyi/astronotion.git" }, "keywords": [ "astro", "astrobuild", "notion", "starter", "jamstack" ], "author": "Eka <me@eka.fyi>", "license": "MIT", "description": "Library to make Astro sites with content from Notion" }