-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.11 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": "glory-svelte-preprocess",
"type": "module",
"version": "0.2.2",
"description": "A svelte preprocess for safely minimizing CSS class footprint for unbeliveable performance gain. :rocket: :rocket: :rocket:",
"files": [
"src/"
],
"main": "./src/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules $(npm bin)/jest",
"dev": "cross-env NODE_OPTIONS=--experimental-vm-modules $(npm bin)/jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/winston0410/glory-svelte-preprocess.git"
},
"author": "Hugo Sum",
"license": "MIT",
"bugs": {
"url": "https://github.com/winston0410/glory-svelte-preprocess/issues"
},
"homepage": "https://github.com/winston0410/glory-svelte-preprocess#readme",
"dependencies": {
"@blackblock/joli-string": "^1.1.0",
"magic-string": "^0.25.7",
"svelte": "^3.42.1"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"cross-env": "^7.0.3",
"jest": "^27.0.6",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
}
}