We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043fc2c commit 4877d54Copy full SHA for 4877d54
package.json
@@ -1,9 +1,14 @@
1
{
2
- "name": "optimade-esbuild",
3
- "version": "1.0.0",
4
- "description": "Starter for new Svelte application with ESBuild bundler ",
+ "name": "optimade.science",
+ "version": "2.0.0",
+ "private": true,
5
+ "license": "MIT",
6
"main": "index.js",
7
"type": "module",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git://github.com/tilde-lab/optimade.science.git"
11
+ },
12
"scripts": {
13
"build": "rm -rf dist/build && node esbuild",
14
"dev": "node esbuild --dev",
@@ -68,7 +73,6 @@
68
73
"node_modules"
69
74
]
70
75
},
71
- "license": "MIT",
72
76
"devDependencies": {
77
"@tsconfig/svelte": "^3.0.0",
78
"@types/eslint": "^8.4.2",
0 commit comments