2021-03-28 20:14:04 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/kit",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"repository": "nuxt/framework",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./dist/index.js",
|
2021-03-28 20:33:19 +00:00
|
|
|
"types": "./dist/index.d.ts",
|
2021-03-28 20:14:04 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build": "jiti ../../scripts/build .",
|
|
|
|
"genconfig": "jiti ./scripts/genconfig",
|
|
|
|
"stub": "yarn build --stub",
|
|
|
|
"prepublishOnly": "yarn build && yarn genconfig"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-03-28 21:06:51 +00:00
|
|
|
"consola": "^2.15.3",
|
2021-03-28 20:14:04 +00:00
|
|
|
"create-require": "^1.1.1",
|
|
|
|
"defu": "^3.2.2",
|
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"jiti": "^1.6.4",
|
2021-03-28 21:06:51 +00:00
|
|
|
"lodash": "^4.17.21",
|
2021-03-28 20:14:04 +00:00
|
|
|
"rc9": "^1.2.0",
|
|
|
|
"scule": "^0.1.1",
|
|
|
|
"std-env": "^2.3.0",
|
|
|
|
"ufo": "^0.6.10",
|
|
|
|
"untyped": "^0.2.2"
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"entries": {
|
2021-03-28 21:06:51 +00:00
|
|
|
"index": {
|
|
|
|
"format": "cjs"
|
|
|
|
}
|
2021-03-28 20:14:04 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|