forked from TiddlyWiki/TiddlyWikiClassic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 695 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "2.9.4",
"repository": {
"type": "git",
"url": "https://github.com/TiddlyWiki/TiddlyWiki.git"
},
"scripts": {
"build-core": "node build/build_core.js",
"build-external-core": "node build/build_external_core.js",
"build-site": "node build/build_site.js",
"build-test": "node build/build_test.js",
"lint": "eslint --cache --ext .js ./js",
"lint:fix": "eslint --cache --ext .js ./js --fix",
"test": "echo 'not implemented yet, see build-test'",
"build": "echo 'not implemented yet'"
},
"dependencies": {},
"devDependencies": {
"eslint": "^8.2.0",
"phantomjs": "^2.1.7",
"tiddlywiki": "^5.1.21"
}
}