-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@nlscript/nlscript-microscope-language",
"version": "0.3.0",
"description": "Use nlScript to develop a language based on natural English syntax to control microscope acquisition pipelines",
"main": "dist/umd/nlScript-microscope-language.js",
"scripts": {
"build": "npx webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nlScript/nlScript-microscope-language-js.git"
},
"keywords": [
"natural language",
"scripting",
"user interface",
"microscope"
],
"author": "Benjamin Schmid",
"license": "MIT",
"bugs": {
"url": "https://github.com/nlScript/nlScript-microscope-language-js/issues"
},
"homepage": "https://github.com/nlScript/nlScript-microscope-language-js#readme",
"devDependencies": {
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"files": [
"README.md",
"package.json",
"./dist/",
"./src/"
],
"dependencies": {
"@nlscript/nlscript": "^0.2.0"
}
}