-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 913 Bytes
/
package.json
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
{
"name": "@stencila/brand",
"version": "0.7.31",
"description": "Stencila brand assets",
"keywords": [
"Stencila",
"design",
"brand",
"identity"
],
"author": "Stencila <[email protected]>",
"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"
}
}