@revolist/svelte-output-target
Version:
Svelte output target for @stencil/core components.
64 lines (63 loc) • 1.64 kB
JSON
{
"name": "@revolist/svelte-output-target",
"version": "0.0.6",
"description": "Svelte output target for @stencil/core components.",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"scripts": {
"prepublishOnly": "npm run build",
"prebuild": "rimraf ./dist",
"build": "tsc && npm run rollup",
"watch": "tsc --watch",
"rollup": "rollup -c",
"version": "npm run build",
"prettier": "npm run prettier.base -- --write",
"prettier.base": "prettier \"./({src,test,__tests__}/**/*.{ts,tsx,js,jsx})|*.{ts,tsx,js,jsx}\"",
"prettier.dry-run": "npm run prettier.base -- --list-different",
"release": "np",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/revolist/svelte-output-target.git"
},
"author": "Ionic Team",
"homepage": "https://stenciljs.com/",
"license": "MIT",
"bugs": {
"url": "https://github.com/revolist/svelte-output-target/issues"
},
"peerDependencies": {
"@stencil/core": "^4.29.2"
},
"devDependencies": {
"@types/node": "^22.14.1",
"estree-walker": "^3.0.3",
"rimraf": "^6.0.1",
"rollup": "^4.40.0",
"svelte": "^5.28.2",
"typescript": "^5.8.3"
},
"jest": {
"transform": {
"^.+\\.(js|ts|tsx)$": "<rootDir>/test/jest.preprocessor.js"
},
"testRegex": "(\\.(test|spec))\\.(ts?|tsx?|jsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json",
"jsx"
],
"testURL": "http://localhost"
}
}