-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.93 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "carnival-toolbox",
"version": "1.8.5",
"description": "a collection of all kind of scripts, codes and tools with universal appliance - this toolkit should fits great to your disguises, outfits and attires",
"main": "app/_index.js",
"scripts": {
"start": "node ./app/_index.js",
"test": "jest",
"lint": "eslint",
"DEV": "echo \" HEY!\" && echo instead of NPM RUN DEV use && echo _ && echo \"_ npm run DEV.linux\" && echo _ && echo _OR_ && echo _ && echo \"_ npm run DEV.windows\" && echo _ && echo _OR_ && echo _ && echo \"_ npm run DEV.macintosh\" && echo _ && echo _OR_ && echo _ && echo \"_ npm run DEV.android\" && echo _ ",
"DEV.linux": "./developement/QUICKSTART.sh",
"DEV.macintosh": "echo 'currently not suported ;('",
"DEV.android": "echo 'currently not suported ;('",
"DEV.windows": "start .\\developement\\QUICKSTART.bat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sarverott/carnival-toolbox.git"
},
"keywords": [
"capital",
"first",
"char",
"letter",
"namespace",
"camelcase",
"camel",
"case",
"snakecase",
"kebab",
"kebabcase",
"json",
"file",
"jsonfile",
"json-file",
"snake",
"node",
"tools",
"toolbox",
"toolkit",
"pascal",
"pascalcase"
],
"author": "Sett Sarverott <[email protected]> (https://sarverott.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sarverott/carnival-toolbox/issues"
},
"homepage": "https://github.com/Sarverott/carnival-toolbox#readme",
"publishConfig": {
"@sarverott:registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"jest": "^29.7.0"
}
}