source-map 0.1.0

Utilities for building source maps (v3) for a compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "scripts",
  "version": "1.0.0",
  "description": "",
  "main": "crates-release.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node crates-release.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@actions/core": "^1.2.6",
    "@iarna/toml": "^2.2.5",
    "semver": "^7.3.5"
  }
}