@nymphjs/tilmeld-components
Version:
Nymph.js - Tilmeld Front End Components
73 lines (72 loc) • 2.03 kB
JSON
{
"name": "@nymphjs/tilmeld-components",
"version": "1.0.0-beta.117",
"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"
},
"homepage": "https://nymph.io",
"repository": {
"type": "git",
"url": "https://forge.sciactive.com/sciactive/nymphjs.git",
"directory": "packages/tilmeld-components"
},
"author": "Hunter Perrin <hperrin@port87.com>",
"bugs": {
"url": "https://forge.sciactive.com/sciactive/nymphjs/issues"
},
"license": "Apache-2.0",
"devDependencies": {
"@nymphjs/tilmeld-client": "^1.0.0-beta.117",
"@smui/button": "^8.0.3",
"@smui/checkbox": "^8.0.3",
"@smui/circular-progress": "^8.0.3",
"@smui/dialog": "^8.0.3",
"@smui/form-field": "^8.0.3",
"@smui/radio": "^8.0.3",
"@smui/textfield": "^8.0.3",
"@tsconfig/recommended": "^1.0.13",
"@tsconfig/svelte": "^5.0.7",
"@types/jest": "^30.0.0",
"jest": "^30.2.0",
"svelte": "^5.50.3",
"svelte-check": "^4.3.6",
"svelte-loader": "^3.2.4",
"svelte-preprocess": "^6.0.3",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "^5.105.2",
"webpack-cli": "^6.0.1"
},
"gitHead": "6b1c6a672633ab763e00027cdf3768112afb823b"
}