autor
Version:
My way for running TS scripts
25 lines (24 loc) • 467 B
JSON
{
"name": "autor",
"version": "7.7000.0",
"description": "My way for running TS scripts",
"license": "MIT",
"author": "Zarmot",
"repository": {
"type": "git",
"url": "git+https://github.com/zarmot/autor.git"
},
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"dev": "tsc -w"
},
"devDependencies": {
"@types/node": "^22.14.1",
"typescript": "^5.7.3"
}
}