mirror of
https://gh.wpcy.net/https://github.com/fairpm/fair-protocol.git
synced 2026-06-19 02:14:01 +08:00
13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"name": "fair-protocol",
|
|
"version": "1.0.0",
|
|
"description": "FAIR (Federated and Independent Repositories) Package Management Protocol",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"ajv-cli": "^5.0",
|
|
"ajv-formats": "^3.0"
|
|
},
|
|
"scripts": {
|
|
"test": "./scripts/test.sh"
|
|
}
|
|
}
|