-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 834 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 834 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
{
"name": "inskewl",
"version": "1.0.0",
"description": "",
"main": "src/main.ts",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MathiasDevelopes/inskewl.git"
},
"keywords": [
"inschool"
],
"author": "",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/MathiasDevelopes/inskewl/issues"
},
"homepage": "https://github.com/MathiasDevelopes/inskewl#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@types/node": "^24.10.1",
"rollup": "^4.53.3",
"rollup-plugin-userscript-metablock": "^0.4.3",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"dependencies": {
"zod": "^4.1.13"
}
}