UNPKG

lincd-cli

Version:

Command line tools for the lincd.js library

84 lines (83 loc) 2.19 kB
{ "name": "${hyphen_name}", "displayName": "${name}", "description": "", "version": "0.1.0", "private": true, "lincdApp": true, "author": { "name": "", "url": "", "email": "" }, "engines": { "node": ">=16.0.0" }, "main": "scripts/start-server.js", "license": "MIT", "scripts": { "start": "node --import ./node_modules/lincd-cli/lib/esm/loaders/register.js node_modules/.bin/lincd-cli start --env development", "build": "yarn lincd build-app --env production", "prepare": "husky", "prepack": "pinst --disable", "postpack": "pinst --enable", "server:prod": "yarn lincd start --env production", "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"", "lint:fix": "yarn lint --fix", "prettier": "prettier \"src/**/*.{js,jsx,ts,tsx,css,scss}\" --check", "prettier:fix": "yarn prettier --write", "format": "yarn prettier:fix && yarn lint:fix" }, "lint-staged": { "*.{js,ts,tsx}": [ "prettier --write" ], "*.{scss,css,json}": [ "prettier --write" ] }, "workspaces": [ "packages/*" ], "keywords": [ "lincd", "linked code", "linked data", "structured data", "RDF", "semantic web", "web3" ], "dependencies": { "lincd": "~1.0", "lincd-auth": "~1.0", "lincd-server": "~1.0", "lincd-server-utils": "~1.0", "react": "^18.2", "react-dom": "^18.2", "react-error-boundary": "^3.1.3", "react-router-dom": "^6.3.0" }, "devDependencies": { "@types/node": "^20.12.7", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/parser": "latest", "env-cmd": "^10.1.0", "eslint": "latest", "eslint-config-prettier": "^8.9.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "latest", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.0", "lincd-cli": "^1.1", "nodemon": "^2.0.22", "pinst": "^3.0.0", "pm2": "^5.3.0", "typescript-plugin-css-modules": "^5.1.0", "which": "^3.0.1" }, "packageManager": "yarn@3.6.1" }