-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "@imlib/core",
"version": "3.5.1",
"main": "out/index.js",
"bin": {
"imlib": "out/cli.js"
},
"scripts": {
"build": "tsc --build",
"watch": "tsc --build --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thesoftwarephilosopher/imlib.git"
},
"keywords": [],
"author": "Steven Degutis",
"license": "Catholic-MIT",
"description": "Simple TypeScript/JSX SSG",
"bugs": {
"url": "https://github.com/thesoftwarephilosopher/imlib/issues"
},
"homepage": "https://github.com/thesoftwarephilosopher/imlib#readme",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-syntax-import-attributes": "^7.25.6",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/plugin-transform-typescript": "^7.25.2",
"@types/babel__core": "^7.20.5",
"chokidar": "^3.6.0",
"mime-types": "^2.1.35"
},
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.1.0",
"typescript": "^5.5.4"
}
}