-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.16 KB
/
package.json
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
{
"name": "do",
"version": "0.0.0",
"private": true,
"description": "entertaining time fillers with kids",
"author": "omrilotan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/omrilotan/do.git"
},
"homepage": "https://do.omrilotan.com",
"scripts": {
"build": "node lib/build",
"clean": "rimraf docs",
"lint": "eslint '**/*.js'",
"prestart": "npm run clean",
"sort": "./scripts/sort/index.js ./src/activities/anywhere.txt ./src/activities/indoors.txt ./src/activities/outdoors.txt",
"start": "node lib/watch",
"test": "mocha '**/spec.js' --require .mocha.js --recursive --exclude 'node_modules'"
},
"devDependencies": {
"@omrilotan/eslint-config": "^1.3.0",
"async-execute": "^1.2.0",
"canvas": "^2.6.1",
"chai": "^4.2.0",
"clear-module": "^4.1.1",
"eslint": "^7.17.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-log": "^1.2.7",
"glob": "^7.1.6",
"mime-types": "^2.1.28",
"mocha": "^8.2.1",
"paraphrase": "^1.8.0",
"rimraf": "^3.0.0",
"rollup": "^2.35.1",
"simple-spellchecker": "^1.0.1",
"stringerprint": "^1.0.1"
}
}