23 lines
474 B
JSON
23 lines
474 B
JSON
{
|
|
"name": "@nodedc/ui-core",
|
|
"version": "0.4.0",
|
|
"type": "module",
|
|
"files": ["dist", "styles.css"],
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./styles.css": "./styles.css"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@nodedc/tokens": "0.4.0"
|
|
}
|
|
}
|