-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 971 Bytes
/
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
{
"name": "@xeserv/xeact",
"version": "0.71.1",
"description": "Xeserv's groundbreaking JS femtoframework",
"main": "xeact.js",
"scripts": {
"lint": "prettier -c **/*.js **/*.ts **/*.md",
"test": "echo \"lol you think there's tests for this kind of a shitpost\"",
"serve": "cd site && nix-shell -p python3 --run 'python3 -m http.server'",
"gentypes": "tsc xeact.js jsx-runtime.js --declaration --allowJs --emitDeclarationOnly --outDir types",
"minify": "nix-shell -p nodePackages.uglify-js --run 'uglifyjs xeact.js -c -m > xeact.min.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xe/Xeact.git"
},
"type": "module",
"keywords": [
"xeserv",
"frontend"
],
"author": "Xe",
"license": "mit",
"bugs": {
"url": "https://github.com/Xe/Xeact/issues"
},
"homepage": "https://github.com/Xe/Xeact#readme",
"devDependencies": {
"prettier": "^2.8.8",
"typescript": "^5.0.4"
}
}