mirror of
https://github.com/laosb/SvelteNova.git
synced 2025-04-30 12:41:09 +00:00
29 lines
968 B
JSON
29 lines
968 B
JSON
{
|
|
"name": "svelte-nova",
|
|
"version": "0.2.0",
|
|
"main": "SvelteNova.novaextension/main.js",
|
|
"repository": "https://github.com/laosb/SvelteNova",
|
|
"author": "laosb <github@of.sb>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:tree-sitter": "./build_scripts/build_parser.sh /Applications/Nova.app",
|
|
"build:js": "rollup -c && cp README.md LICENSE CHANGELOG.md SvelteNova.novaextension && rm -rf SvelteNova.novaextension/node_modules",
|
|
"build": "npm run build:tree-sitter && npm run build:js",
|
|
"sign:tree-sitter": "./build_scripts/sign_lib.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@types/nova-editor-node": "^5.1.4",
|
|
"prettier": "^3.2.5",
|
|
"rollup": "^4.9.6",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"nova-extension-utils": "^1.4.0"
|
|
}
|
|
}
|