2023-03-06 14:55:44 +00:00
|
|
|
{
|
2023-03-07 02:52:47 +00:00
|
|
|
"name": "@benchmark/timer",
|
2023-03-06 14:55:44 +00:00
|
|
|
"description": "Preview server for benchmark",
|
|
|
|
"private": true,
|
2023-03-07 02:52:47 +00:00
|
|
|
"version": "0.0.0",
|
2023-03-06 14:55:44 +00:00
|
|
|
"type": "module",
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"withastro",
|
|
|
|
"astro-adapter"
|
|
|
|
],
|
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
|
|
|
"./server.js": "./dist/server.js",
|
|
|
|
"./preview.js": "./dist/preview.js",
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/webapi": "workspace:*",
|
|
|
|
"server-destroy": "^1.0.1"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-04-27 14:12:14 +00:00
|
|
|
"astro": "workspace:^2.3.2"
|
2023-03-06 14:55:44 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/server-destroy": "^1.0.1",
|
|
|
|
"astro": "workspace:*",
|
|
|
|
"astro-scripts": "workspace:*"
|
|
|
|
}
|
|
|
|
}
|