This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user