17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "@pig/cli",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"bin": { "pig": "./src/main.ts" },
|
|
"scripts": {
|
|
"dev": "tsx src/main.ts",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "node --test --import tsx test/*.test.ts"
|
|
},
|
|
"dependencies": {
|
|
"tsx": "^4.19.2"
|
|
}
|
|
}
|