18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"name": "js",
|
|
"version": "1.0.0",
|
|
"description": "Warp Command Signatures",
|
|
"main": "build/main.js",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"watch": "npm run build -- --watch",
|
|
"clean": "rm -r build"
|
|
},
|
|
"author": "eng@warp.dev",
|
|
"license": "",
|
|
"devDependencies": {
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"packageManager": "yarn@4.0.1"
|
|
}
|