mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-14 19:11:04 +00:00
6f080bb9f4
Signed-off-by: xermicus <cyrill@parity.io>
26 lines
607 B
JSON
26 lines
607 B
JSON
{
|
|
"name": "cli-tests",
|
|
"version": "1.0.0",
|
|
"title": "resolc CLI Tests",
|
|
"description": "Auto tests for verifying resolc CLI",
|
|
"repository": "https://github.com/xermicus/revive",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "npx jest --verbose --testPathPattern="
|
|
},
|
|
"keywords": [],
|
|
"author": "Matter Labs",
|
|
"contributors": [
|
|
"cyrill@parity.io"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.11",
|
|
"@types/shelljs": "^0.8.15",
|
|
"jest": "^29.7.0",
|
|
"shelljs": "^0.8.5",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
} |