18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"name": "@perspective-dev/rust",
|
|
"version": "4.5.2",
|
|
"description": "",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/perspective-dev/perspective"
|
|
},
|
|
"type": "module",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"clean": "cargo clean",
|
|
"test": "cargo test"
|
|
}
|
|
}
|