Files
kotlin-fork/libraries/tools/kotlin-source-map-loader/package.json
T
Ilya Goncharov f7ba1c56e2 Source-map-loader resolves relative paths into absolute even
- Now event sources with content in source map should be resolved with absolute path
2019-10-04 17:10:13 +03:00

20 lines
452 B
JSON

{
"name": "@kotlin/source-map-loader",
"version": "0.0.1",
"description": "Modern source-map-loader with additional features",
"main": "kotlin-source-map-loader.js",
"scripts": {
"build": "cpx \"kotlin-source-map-loader.js\" lib",
"test": "mocha -R spec"
},
"dependencies": {
"async": "^2.5.0",
"loader-utils": "^1.1.0"
},
"devDependencies": {
"mocha": "^5.0.5",
"should": "^13.2.1",
"cpx": "^1.5.0"
}
}