-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.4 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
{
"devDependencies": {
"@types/chai": "^4.2.13",
"@types/mocha": "^8.0.3",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.10.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.2",
"mocha": "^8.1.3",
"selenium-webdriver": "^4.0.0-alpha.7",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"typescript": "^4.0.3"
},
"name": "beautified-select",
"description": "[![Version](https://img.shields.io/badge/version-v2.0-blue.svg)](https://github.com/SmashingQuasar/beautified-select/tree/v1.0)",
"version": "2.0.0",
"main": "build/javascript/general/main.js",
"dependencies": {},
"scripts": {
"build": "npx eslint sources/ && tsc",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha -r ts-node/register test/**/*.spec.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmashingQuasar/beautified-select.git"
},
"author": "Nicolas \"SmashingQuasar\" Cordier",
"license": "MIT",
"bugs": {
"url": "https://github.com/SmashingQuasar/beautified-select/issues"
},
"homepage": "https://github.com/SmashingQuasar/beautified-select#readme"
}