-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1001 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1001 Bytes
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
{
"name": "sky-require",
"version": "1.1.0",
"description": "AMD module loader",
"main": "dist/loader.js",
"scripts": {
"bulid": "rollup --config bulid/loader.js",
"bulid:modern": "rollup --config bulid/modern.js",
"bulid:compat": "rollup --config bulid/compat.js",
"bulid:polyfill": "rollup --config bulid/polyfill.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linsk1998/sky-require.git"
},
"keywords": [
"AMD",
"module"
],
"author": "linsk",
"license": "MIT",
"bugs": {
"url": "https://github.com/linsk1998/sky-require/issues"
},
"homepage": "https://github.com/linsk1998/sky-require#readme",
"dependencies": {
"sky-core": "^0.1.6",
"text": "github:requirejs/text"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"rollup": "^2.26.5",
"tslib": "^2.0.1",
"typescript": "^4.0.3"
}
}