mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-17 07:22:50 +00:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "prettier-plugin-svelte",
|
|
"version": "3.0.3",
|
|
"description": "Svelte plugin for prettier",
|
|
"main": "plugin.js",
|
|
"files": [
|
|
"plugin.js",
|
|
"plugin.js.map",
|
|
"index.d.ts"
|
|
],
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"default": "./plugin.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"test": "ava",
|
|
"prepare": "npm run build",
|
|
"prepublishOnly": "npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sveltejs/prettier-plugin-svelte.git"
|
|
},
|
|
"keywords": [
|
|
"prettier",
|
|
"svelte"
|
|
],
|
|
"author": "James Birtles <jameshbirtles@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sveltejs/prettier-plugin-svelte/issues"
|
|
},
|
|
"homepage": "https://github.com/sveltejs/prettier-plugin-svelte#readme",
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "14.0.0",
|
|
"@rollup/plugin-node-resolve": "11.0.1",
|
|
"@types/node": "^14.0.0",
|
|
"ava": "3.15.0",
|
|
"prettier": "^3.0.0",
|
|
"rollup": "2.36.0",
|
|
"rollup-plugin-typescript": "1.0.1",
|
|
"svelte": "^3.57.0",
|
|
"ts-node": "^10.1.1",
|
|
"tslib": "^2.6.0",
|
|
"typescript": "5.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"prettier": "^3.0.0",
|
|
"svelte": "^3.2.0 || ^4.0.0-next.0"
|
|
}
|
|
}
|