@stencila/brand
Version:
Stencila brand assets
42 lines (41 loc) • 970 B
JSON
{
"name": "@stencila/brand",
"version": "0.7.31",
"description": "Stencila brand assets",
"keywords": [
"Stencila",
"design",
"brand",
"identity"
],
"author": "Stencila <hello@stenci.la>",
"homepage": "https://stenci.la",
"license": "Apache-2.0",
"main": "dist/index.js",
"targets": {
"main": false
},
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stencila/style.git"
},
"scripts": {
"build": "parcel build './src/**/*.{ts,css,jpg,jpeg,png,gif,svg}' --no-scope-hoist --no-optimize",
"build:watch": "parcel watch './src/**/*.{ts,css,jpg,jpeg,png,gif,svg}'"
},
"bugs": {
"url": "https://github.com/stencila/style/issues"
},
"devDependencies": {
"@abide-community/parcel-plugin-clean-out-dir": "1.0.0",
"parcel": "2.3.2"
},
"gitHead": "b6e207f9b7c750c83de11a9ab06ff6e6bb36f61a"
}