-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 873 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 873 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
{
"name": "trigger-engine",
"scripts": {
"scss": "sass --style=compressed --quiet --no-charset styles/%npm_package_name%.scss:styles/%npm_package_name%.css",
"build": "esbuild src/main.ts --bundle --keep-names --minify --sourcemap --outdir=scripts",
"dev": "esbuild src/main.ts --bundle --keep-names --watch --sourcemap --outdir=scripts"
},
"author": "Idle",
"homepage": "https://github.com/reonZ/trigger-engine#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/reonZ/trigger-engine.git"
},
"bugs": {
"url": "https://github.com/reonZ/trigger-engine/issues"
},
"devDependencies": {
"esbuild": "^0.20.1",
"sass": "^1.97.1",
"typescript": "^5.9.3"
},
"dependencies": {
"foundry-helpers": "github:reonZ/foundry-helpers"
}
}