@bnnvara/bnnvara-typography
Version:
Typography for BNNVARA
29 lines (28 loc) • 579 B
JSON
{
"name": "@bnnvara/bnnvara-typography",
"version": "1.0.14",
"description": "Typography for BNNVARA",
"main": "dist/index.js",
"module": "src/index.js",
"scripts": {
"build": "babel ./src -d ./dist"
},
"keywords": [
"BNNVARA",
"Typography",
"Headings"
],
"author": "BNNVARA",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@bnnvara/bnnvara-colors": "^1.0.14",
"@bnnvara/bnnvara-sizes": "^1.0.16"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}