-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 862 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
{
"name": "@artomata/pentaflower-svg",
"version": "1.2.0",
"description": "",
"main": "pentaflower-svg.js",
"scripts": {
"start": "npx webpack-dev-server --config demo.webpack.config.js --open",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack --mode=production",
"build:website": "npx webpack --config website.webpack.config.js --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tyleryasaka/artomata.git"
},
"author": "Tyler Yasaka",
"license": "CC0-1.0",
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"@artomata/lib": "^1.1.0",
"@artomata/pentaflower": "^1.1.0"
},
"publishConfig": {
"access": "public"
}
}