NODEDC_DESIGN_GUIDELINE/packages/ui-core/package.json

26 lines
486 B
JSON

{
"name": "@nodedc/ui-core",
"version": "0.6.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.6.0"
}
}