-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 727 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "lof_entropy",
"version": "1.0.0",
"description": "Research suite for Laws of Form entropy studies + Vite dashboard",
"private": true,
"scripts": {
"install:app": "npm --prefix app install",
"dev": "npm --prefix app run dev",
"build": "npm --prefix app run build",
"preview": "npm --prefix app run preview",
"test": "npm --prefix app run test",
"lint": "npm --prefix app run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamblvck/lof_editor_0.git"
},
"author": "Adam Blvck",
"license": "ISC",
"bugs": {
"url": "https://github.com/adamblvck/lof_editor_0/issues"
},
"homepage": "https://github.com/adamblvck/lof_editor_0#readme"
}