31 lines
843 B
JSON
31 lines
843 B
JSON
{
|
|
"name": "antisocial",
|
|
"version": "1.3.3",
|
|
"private": true,
|
|
"description": "Reads social posts back to you without the app.",
|
|
"license": "UNLICENSED",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"typecheck": "tsc --noEmit",
|
|
"start": "node dist/server.js",
|
|
"dev": "node --watch --experimental-strip-types src/server.ts",
|
|
"test": "node --test --experimental-strip-types \"test/**/*.test.ts\"",
|
|
"resolve": "node --experimental-strip-types bin/resolve.ts",
|
|
"probe": "node --experimental-strip-types bin/probe.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/static": "10.1.3",
|
|
"fastify": "5.12.1",
|
|
"lru-cache": "11.5.2",
|
|
"playwright": "1.62.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "26.3.0",
|
|
"typescript": "7.0.2"
|
|
}
|
|
}
|