-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
{
"name": "ajax-fake",
"version": "0.0.7",
"description": "Ajax Facker",
"main": "dist/ajax-fake.min.js",
"module": "es/index.js",
"scripts": {
"build": "rollup -c",
"prebuild": "rm -rf es dist types",
"tsc": "tsc"
},
"types": "types/index.d.ts",
"typings": "types/index.d.ts",
"unpkg": "dist/ajax-fake.min.js",
"jsdelivr": "dist/ajax-fake.min.js",
"files": [
"dist",
"es",
"types"
],
"license": "MIT",
"author": "Jacano",
"bugs": {
"url": "https://github.com/Jcanno/ajax-fake/issues"
},
"homepage": "https://github.com/Jcanno/ajax-fake#readme",
"keywords": [
"ajax",
"request",
"mock",
"intercept",
"faker"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.4.3"
}
}