-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.24 KB
/
package.json
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
{
"name": "@playform/build",
"version": "0.1.8",
"private": false,
"description": "🌀 Build —",
"keywords": [
"javascript",
"typescript",
"esbuild",
"playform"
],
"homepage": "HTTPS://GitHub.Com/PlayForm/Build#ReadMe",
"bugs": {
"url": "HTTPS://GitHub.Com/PlayForm/Build/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlayForm/Build.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "🖋️ Source — 👐🏻 Open —",
"email": "Source/Open@PlayForm.Cloud",
"url": "HTTPS://PlayForm.Cloud"
},
"type": "module",
"main": "./Target/Class/Build.js",
"types": "./Target/Class/Build.d.ts",
"bin": {
"Build": "Target/Class/Build.js"
},
"scripts": {
"Run": "node --no-warnings --loader ts-node/esm Source/Class/Build.ts 'Source/**/*.ts' --Watch",
"prepublishOnly": "node --no-warnings --loader ts-node/esm Source/Class/Build.ts 'Source/**/*.ts'"
},
"dependencies": {
"@types/node": "22.8.6",
"commander": "12.1.0",
"deepmerge-ts": "7.1.3",
"esbuild": "0.24.0",
"fast-glob": "3.3.2",
"tsc-alias": "1.8.10",
"typescript": "5.6.3"
},
"devDependencies": {
"ts-node": "10.9.2"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}