-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.06 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "buildkarium",
"version": "0.0.2",
"description": "🧱 An enchanting JavaScript build ecosystem!",
"author": "Dennis Ollhoff <contact@nyxb.xyz",
"license": "MIT",
"hompage": "https://💻nyxb.ws",
"repository": {
"type": "git",
"url": "git+https://github.com/nyxblabs/buildkarium.git"
},
"bugs": {
"url": "https://github.com/nyxblabs/buildkarium/issues"
},
"bin": {
"buildkarium": "./dist/cli.mjs"
},
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
},
"scripts": {
"prepack": "nyxr buildkarium",
"build": "nyxr buildkarium",
"dev": "nyxr buildkarium test/fixture",
"lint": "eslint --ext .ts,.js .",
"lint:fix": "eslint --fix --ext .ts,.js .",
"release": "vitest run && nyxlx changelogen@latest --release && git push --follow-tags && npm publish",
"stub": "nyxr buildkarium --stub",
"test": "nyxr lint && vitest run --coverage",
"buildkarium": "dynot ./src/cli"
},
"dependencies": {
"@nyxb/picocolors": "^1.0.1",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/pluginutils": "^5.0.2",
"consolji": "^0.1.1",
"nyxdefaults": "^0.0.3",
"esbuild": "^0.17.16",
"globby": "^13.1.4",
"mimikrook": "^0.0.3",
"dynot": "^0.1.8",
"magic-string": "^0.30.0",
"mimikra": "^0.0.4",
"esmnxuts": "^0.0.10",
"mri": "^1.2.0",
"nyxpath": "^0.0.4",
"pkg-def": "^0.0.7",
"pretty-bytes": "^6.1.0",
"rollup": "^3.20.2",
"rollup-plugin-dts": "^5.3.0",
"magicase": "^0.0.2",
"typescript": "^5.0.4",
"typiqus": "^0.0.3"
},
"devDependencies": {
"@nyxb/nyxi": "^0.0.30",
"@nyxb/eslint-config": "^0.0.53",
"@types/mri": "^1.1.1",
"@types/node": "^18.15.11",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.40.0",
"vitest": "^0.30.1"
},
"files": [
"dist"
],
"keywords": []
}