initial commit
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "obsidian-asymptote",
|
||||
"version": "0.0.0",
|
||||
"description": "A plugin for rendering Asymptote drawings within notes.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
},
|
||||
"keywords": ["Obsidian"],
|
||||
"author": "Aaron Manning",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||
"@typescript-eslint/parser": "5.29.0",
|
||||
"obsidian": "latest",
|
||||
"esbuild": "0.17.3",
|
||||
"tslib": "2.4.0",
|
||||
"builtin-modules": "3.3.0",
|
||||
"typescript": "4.7.4"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user