stotem/package.json
2022-10-10 15:44:36 -07:00

23 lines
446 B
JSON

{
"name": "totem",
"version": "0.0.1",
"description": "Hashicorp Sentinel repro tool",
"main": "dist/main.js",
"author": "Sean Meininger",
"license": "GPL3",
"devDependencies": {
"@types/node": "^18.8.2",
"@vscode/ripgrep": "^1.14.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
},
"scripts": {
"start": "ts-node ./src/main.ts",
"build": "tsc -p ."
},
"bin": {
"stotem": "./dist/main.js"
}
}