-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 930 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"private": false,
"type": "module",
"name": "@levakorg/typescript-config",
"description": "Typescript config levakorg org's",
"author": "levakorg authors <levakorg@gmail.com>",
"homepage": "https://github.com/levakorg/typescript-config",
"repository": "https://github.com/levakorg/typescript-config",
"bugs": "https://github.com/levakorg/typescript-config/issues",
"version": "1.0.0",
"license": "MIT",
"main": "tsconfig.json",
"keywords": [
"typescript",
"typescript-config"
],
"files": [
"tsconfig.json",
"LICENSE",
"README.md",
"TODO.md",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"format": "prettier --write \"./**/*.{md,html,css,json,cjs,mjs,js,ts,jsx,tsx,vue,svelte}\""
},
"dependencies": {},
"devDependencies": {
"@levakorg/prettier-config": "^1.0.2",
"prettier": "^3.3.2"
},
"peerDependencies": {}
}