-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.79 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@playform/eliminate",
"version": "0.0.7",
"private": false,
"description": "Eliminate ↘️",
"keywords": [
"eliminate",
"single-use-variables",
"performance",
"typescript",
"playform"
],
"homepage": "https://GitHub.Com/PlayForm/Eliminate#readme",
"bugs": {
"url": "https://GitHub.Com/PlayForm/Eliminate/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlayForm/Eliminate.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Source ✍🏻 Open 👐🏻",
"email": "Source/Open@PlayForm.Cloud",
"url": "https://PlayForm.Cloud"
},
"type": "module",
"main": "./Target/Class/Eliminate.js",
"types": "./Target/Class/Eliminate.d.ts",
"bin": {
"Eliminate": "Target/Class/Eliminate.js"
},
"scripts": {
"Run": "Build 'Source/**/*.ts' --Watch --ESBuild Source/Variable/ESBuild.ts",
"prepublishOnly": "Build 'Source/**/*.ts' --ESBuild Source/Variable/ESBuild.ts"
},
"dependencies": {
"@playform/pipe": "0.1.5",
"commander": "15.0.0",
"deepmerge-ts": "7.1.5",
"typescript": "6.0.3"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
"@playform/build": "0.3.2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/typography": "0.5.19",
"@types/chai": "5.2.3",
"@types/jest": "30.0.0",
"@types/mocha": "10.0.10",
"chai": "6.2.2",
"esbuild": "0.28.0",
"fast-glob": "3.3.3",
"mocha": "11.7.6",
"prettier": "3.8.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-packagejson": "3.0.2",
"prettier-plugin-sh": "0.18.1",
"prettier-plugin-tailwindcss": "0.8.0",
"prettier-plugin-toml": "2.0.6",
"tailwindcss": "3.4.19"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}