UNPKG

@nymphjs/tilmeld-components

Version:

Nymph.js - Tilmeld Front End Components

71 lines (70 loc) 1.98 kB
{ "name": "@nymphjs/tilmeld-components", "version": "1.0.0-beta.92", "description": "Nymph.js - Tilmeld Front End Components", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", "svelte": "dist/index.js", "exports": { "./package.json": { "types": "./package.json", "svelte": "./package.json" }, ".": { "types": "./src/index.d.ts", "svelte": "./dist/index.js" } }, "types": "src/index.d.ts", "keywords": [ "nymph", "ORM", "object relational mapper" ], "scripts": { "clean": "test -d dist && rm -r dist || true", "build": "npm run build:js && npm run build:svelte", "build:js": "tsc -p . --outDir dist/ --rootDir src/", "build:svelte": "cp src/*.svelte dist/", "prepublish": "npm run clean && npm run build", "test": "jest", "test:watch": "jest --watch" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/sciactive/nymphjs.git" }, "author": "Hunter Perrin <hperrin@gmail.com>", "bugs": { "url": "https://github.com/sciactive/nymphjs/issues" }, "license": "Apache-2.0", "devDependencies": { "@nymphjs/tilmeld-client": "^1.0.0-beta.92", "@smui/button": "^8.0.0-beta.2", "@smui/checkbox": "^8.0.0-beta.2", "@smui/circular-progress": "^8.0.0-beta.2", "@smui/dialog": "^8.0.0-beta.2", "@smui/form-field": "^8.0.0-beta.2", "@smui/radio": "^8.0.0-beta.2", "@smui/textfield": "^8.0.0-beta.2", "@tsconfig/recommended": "^1.0.8", "@tsconfig/svelte": "^5.0.4", "@types/jest": "^29.5.14", "jest": "^29.7.0", "svelte": "^5.11.2", "svelte-check": "^4.1.1", "svelte-loader": "^3.2.4", "svelte-preprocess": "^6.0.3", "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "typescript": "^5.7.2", "webpack": "^5.97.1", "webpack-cli": "^5.1.4" }, "gitHead": "f5e736371322852b3f4bcd60526e7e7fb829aae6" }