-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 977 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 977 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
37
38
39
40
41
{
"name": "ngcorex",
"private": true,
"workspaces": [
"packages/*"
],
"version": "0.3.0",
"type": "module",
"overrides": {
"picomatch": "4.0.4"
},
"resolutions": {
"picomatch": "4.0.4"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"build": "npm run build -w packages/css && npm run build -w packages/cli"
},
"main": "index.js",
"directories": {
"example": "examples"
},
"keywords": [
"angular",
"css",
"design-tokens",
"utility-css",
"css-engine",
"css-variables"
],
"author": "",
"license": "MIT",
"description": "Angular-native design token and utility CSS engine",
"devDependencies": {
"@angular-devkit/core": "^21.2.3",
"@angular-devkit/schematics": "^21.2.3",
"@types/node": "^25.0.9",
"esbuild": "^0.27.2",
"typescript": "^5.9.3"
}
}