You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
600 B
26 lines
600 B
{
|
|
"name": "npm_unbuild_2023-01-19",
|
|
"version": "1.0.0",
|
|
"description": "Issue report for unbuild",
|
|
"scripts": {
|
|
"prepare": "unbuild",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@gitea.coherentconstructs.com:2101/cc-contrib/npm_unbuild_2023-01-19.git"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"author": "Coherent Constructs",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"unbuild": "^1.1.1"
|
|
}
|
|
}
|