19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"name": "@perspective-dev/metadata",
|
|
"version": "4.5.2",
|
|
"description": "Benchmark utility based on perspective",
|
|
"private": true,
|
|
"files": [
|
|
"src/**/*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/perspective-dev/perspective/packages/metadata"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.mjs"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0"
|
|
}
|