Init project
This commit is contained in:
+75
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"name": "marked-highlight",
|
||||
"version": "2.2.4",
|
||||
"description": "marked highlight",
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./src/index.js",
|
||||
"browser": "./lib/index.umd.js",
|
||||
"types": "./src/index.d.ts",
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"marked",
|
||||
"extension",
|
||||
"highlight"
|
||||
],
|
||||
"files": [
|
||||
"lib/",
|
||||
"src/"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.d.ts",
|
||||
"import": "./src/index.js",
|
||||
"require": "./lib/index.cjs"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest --verbose",
|
||||
"test:cover": "jest --coverage",
|
||||
"test:types": "tsd -t src/index.d.ts -f types_test/index.test-d.ts",
|
||||
"lint": "eslint",
|
||||
"build": "rollup -c rollup.config.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/markedjs/marked-highlight.git"
|
||||
},
|
||||
"author": "Tony Brix <Tony@Brix.ninja> (https://Tony.Brix.ninja)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/markedjs/marked-highlight/issues"
|
||||
},
|
||||
"homepage": "https://github.com/markedjs/marked-highlight#readme",
|
||||
"peerDependencies": {
|
||||
"marked": ">=4 <19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.29.0",
|
||||
"@babel/preset-env": "^7.29.2",
|
||||
"@markedjs/eslint-config": "^1.0.14",
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/commit-analyzer": "^13.0.1",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"@semantic-release/github": "^12.0.6",
|
||||
"@semantic-release/npm": "^13.1.5",
|
||||
"@semantic-release/release-notes-generator": "^14.1.0",
|
||||
"babel-jest": "^30.3.0",
|
||||
"eslint": "^10.2.0",
|
||||
"globals": "^17.4.0",
|
||||
"highlight.js": "^11.11.1",
|
||||
"jest-cli": "^30.3.0",
|
||||
"marked": "^18.0.0",
|
||||
"rollup": "^4.60.1",
|
||||
"semantic-release": "^25.0.3",
|
||||
"tsd": "^0.33.0"
|
||||
},
|
||||
"tsd": {
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"marked-highlight": [
|
||||
"./src"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user