mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 21:31:46 +00:00
chore: downgrade version to 0.0.1 and add prepublish / publish npm scripts
This commit is contained in:
+4
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ask262",
|
"name": "ask262",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"description": "MCP server for exploring ECMAScript specification and engine262 JavaScript engine implementation",
|
"description": "MCP server for exploring ECMAScript specification and engine262 JavaScript engine implementation",
|
||||||
"packageManager": "bun@1.2.8",
|
"packageManager": "bun@1.2.8",
|
||||||
"engines": {
|
"engines": {
|
||||||
@@ -23,7 +23,9 @@
|
|||||||
"test-evaluate-timeout": "bun run src/test/manual/test-evaluate-timeout.ts",
|
"test-evaluate-timeout": "bun run src/test/manual/test-evaluate-timeout.ts",
|
||||||
"test-search-spec-sections": "bun run src/test/manual/test-search-spec-sections.ts",
|
"test-search-spec-sections": "bun run src/test/manual/test-search-spec-sections.ts",
|
||||||
"test-mcp-server": "bun run src/test/manual/test-mcp-server.ts",
|
"test-mcp-server": "bun run src/test/manual/test-mcp-server.ts",
|
||||||
"test": "bun test"
|
"test": "bun test",
|
||||||
|
"prepublish": "npm run type-check && npm run lint && npm pack --dry-run",
|
||||||
|
"publish": "npm publish --access=public"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mcp",
|
"mcp",
|
||||||
|
|||||||
Reference in New Issue
Block a user